Update index_inc.php

This commit is contained in:
FusionPBX 2019-04-05 13:56:45 -06:00 committed by GitHub
parent 1f8deeebf3
commit f1ef74ff47
1 changed files with 2 additions and 0 deletions

View File

@ -449,6 +449,7 @@ else {
}
echo "<br><br>";
/*
if (if_group("superadmin") && isset($_GET['debug'])) {
echo '$activity<br>';
echo "<textarea style='width: 100%; height: 600px; overflow: scroll;' onfocus='refresh_stop();' onblur='refresh_start();'>";
@ -461,5 +462,6 @@ if (if_group("superadmin") && isset($_GET['debug'])) {
print_r($_SESSION);
echo "</textarea>";
}
*/
?>