This commit is contained in:
Abdulrahman
2019-05-24 04:28:18 +03:00
parent d9155f915c
commit bd1c425a6f
5 changed files with 23 additions and 70 deletions

View File

@@ -268,7 +268,7 @@ function kleeja_debug()
$debug_output = '';
//get memory usage ; code of phpbb
//get memory usage
if (function_exists('memory_get_usage'))
{
if ($memory_usage = memory_get_usage())