Fix a minor mistake.
This commit is contained in:
parent
b4f9a1308e
commit
7bcb324e58
|
|
@ -372,7 +372,7 @@ $document['title'] = $text['title-sys-status'];
|
|||
}
|
||||
|
||||
//memcache information
|
||||
if (if_group("system_view_memcache") && file_exists($_SERVER["PROJECT_ROOT"]."/app/sip_status/app_config.php")){
|
||||
if (permission_exists("system_view_memcache") && file_exists($_SERVER["PROJECT_ROOT"]."/app/sip_status/app_config.php")){
|
||||
echo "<table width='100%' border='0' cellpadding='7' cellspacing='0'>\n";
|
||||
echo " <tr>\n";
|
||||
echo " <th class='th' colspan='2' align='left'>".$text['title-memcache']."</th>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue