pull et version fix
git-svn-id: file:///home/shish/svn/shimmie2/branches/branch_2.1@490 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
parent
d51f2b3032
commit
b071577cd1
@ -32,7 +32,8 @@ class ET extends Extension {
|
|||||||
$info['site_genre'] = "[please write something here]";
|
$info['site_genre'] = "[please write something here]";
|
||||||
$info['site_url'] = isset($_SERVER['SCRIPT_URI']) ? dirname($_SERVER['SCRIPT_URI']) : "???";
|
$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_php'] = phpversion();
|
||||||
$info['sys_os'] = php_uname();
|
$info['sys_os'] = php_uname();
|
||||||
$info['sys_server'] = $_SERVER["SERVER_SOFTWARE"];
|
$info['sys_server'] = $_SERVER["SERVER_SOFTWARE"];
|
||||||
|
@ -24,6 +24,7 @@ URL: {$info['site_url']}
|
|||||||
|
|
||||||
System stats:
|
System stats:
|
||||||
Shimmie: {$info['sys_shimmie']}
|
Shimmie: {$info['sys_shimmie']}
|
||||||
|
Schema: {$info['sys_schema']}
|
||||||
PHP: {$info['sys_php']}
|
PHP: {$info['sys_php']}
|
||||||
OS: {$info['sys_os']}
|
OS: {$info['sys_os']}
|
||||||
Server: {$info['sys_server']}
|
Server: {$info['sys_server']}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user