diff --git a/ext/et/main.php b/ext/et/main.php index 487d8cdb..7fcf3a30 100644 --- a/ext/et/main.php +++ b/ext/et/main.php @@ -31,7 +31,8 @@ class ET extends Extension { $info['site_genre'] = "[please write something here]"; $info['site_url'] = isset($_SERVER['SCRIPT_URI']) ? dirname($_SERVER['SCRIPT_URI']) : "???"; - $info['sys_shimmie'] = $config->get_string("version"); + $info['sys_shimmie'] = VERSION; + $info['sys_schema'] = $config->get_string("db_version"); $info['sys_php'] = phpversion(); $info['sys_os'] = php_uname(); $info['sys_server'] = $_SERVER["SERVER_SOFTWARE"]; diff --git a/ext/et/theme.php b/ext/et/theme.php index 6d5088c3..f1deaf49 100644 --- a/ext/et/theme.php +++ b/ext/et/theme.php @@ -24,6 +24,7 @@ URL: {$info['site_url']} System stats: Shimmie: {$info['sys_shimmie']} +Schema: {$info['sys_schema']} PHP: {$info['sys_php']} OS: {$info['sys_os']} Server: {$info['sys_server']}