shimmie and schema versions
git-svn-id: file:///home/shish/svn/shimmie2/trunk@489 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
a3cec6cac9
commit
f981b8cc79
@ -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"];
|
||||
|
@ -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']}
|
||||
|
Loading…
x
Reference in New Issue
Block a user