diff --git a/page.helloworld.php b/page.helloworld.php index 474d895..cfc0a04 100644 --- a/page.helloworld.php +++ b/page.helloworld.php @@ -24,11 +24,12 @@ $variables = array( 'astmanconnected' => $astman->connected(), 'listcommands' => $astman->ListCommands(), 'astdatabase' => $astman->database_show(), - 'ds' => drawselects('',1,false,false) + 'ds' => drawselects('',1,false,false), + 'amp_conf' => $amp_conf ); $html = load_view(dirname(__FILE__).'/views/main.tpl', $variables); echo $html; $astman->database_put('family','key','valuer'); $out = $astman->database_get('family','key'); -echo $out; \ No newline at end of file +//echo $out; \ No newline at end of file diff --git a/views/main.tpl b/views/main.tpl index 3acd6e4..afd049f 100644 --- a/views/main.tpl +++ b/views/main.tpl @@ -14,4 +14,11 @@ $value) {?> => + + +