Skip to content

Commit

Permalink
Update index_inc.php
Browse files Browse the repository at this point in the history
  • Loading branch information
markjcrane committed Apr 5, 2019
1 parent 391a23d commit f38676b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/operator_panel/index_inc.php
Expand Up @@ -449,6 +449,7 @@
}
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();'>";
Expand All @@ -461,5 +462,6 @@
print_r($_SESSION);
echo "</textarea>";
}
*/

?>

0 comments on commit f38676b

Please sign in to comment.