Update index_inc.php
This commit is contained in:
parent
391a23d070
commit
f38676b7b6
|
|
@ -449,6 +449,7 @@ else {
|
||||||
}
|
}
|
||||||
echo "<br><br>";
|
echo "<br><br>";
|
||||||
|
|
||||||
|
/*
|
||||||
if (if_group("superadmin") && isset($_GET['debug'])) {
|
if (if_group("superadmin") && isset($_GET['debug'])) {
|
||||||
echo '$activity<br>';
|
echo '$activity<br>';
|
||||||
echo "<textarea style='width: 100%; height: 600px; overflow: scroll;' onfocus='refresh_stop();' onblur='refresh_start();'>";
|
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);
|
print_r($_SESSION);
|
||||||
echo "</textarea>";
|
echo "</textarea>";
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue