diff options
Diffstat (limited to 'templates/panel.php')
-rw-r--r-- | templates/panel.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/panel.php b/templates/panel.php index 5c090c8..fa43acf 100644 --- a/templates/panel.php +++ b/templates/panel.php @@ -24,7 +24,5 @@ if (isset($_SESSION['user_id']) && $_SESSION['user_id'] != "") { <input type="submit" value="search" > </form> -<p>_GET: <?php print_r($_GET); ?></p> -<p>_SESSION: <?php print_r($_SESSION); ?></p> <hr> |