Update index_inc.php

This commit is contained in:
FusionPBX 2019-04-05 13:56:45 -06:00 committed by GitHub
parent 391a23d070
commit f38676b7b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>";
}
*/
?>