Update index_inc.php
This commit is contained in:
parent
391a23d070
commit
f38676b7b6
|
|
@ -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>";
|
||||
}
|
||||
*/
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue