This commit is contained in:
parent
c7d02c135b
commit
e30298ab36
1 changed files with 3 additions and 1 deletions
|
@ -1766,7 +1766,9 @@
|
|||
} else {
|
||||
$mode = 'GB';
|
||||
}
|
||||
e("Current Memory Size (RAM) of server is <strong>".round($ramsize, 2)." ".$mode."</strong> but recomended RAM is atleast 5 GB");
|
||||
if (has_access('admin_access')) {
|
||||
e("Current Memory Size (RAM) of server is <strong>".round($ramsize, 2)." ".$mode."</strong> but recomended RAM is atleast 5 GB");
|
||||
}
|
||||
}
|
||||
}
|
||||
$directories = array('files','cache','includes');
|
||||
|
|
Loading…
Add table
Reference in a new issue