Commit 04112f1eddfda8215e9820c9f5c63f8915f04df1
1 parent
b379726b
Issue tracking 2
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
checkCreds.php
@@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
2 | require_once("creds.php"); | 2 | require_once("creds.php"); |
3 | 3 | ||
4 | echo "<pre>"; | 4 | echo "<pre>"; |
5 | -var_dump($_GLOBALS); | 5 | +var_dump($GLOBALS); |
6 | echo "</pre>"; | 6 | echo "</pre>"; |
7 | 7 | ||
8 | if(!(isset($_GET["user"])&&isset($_GET["pass"]))) | 8 | if(!(isset($_GET["user"])&&isset($_GET["pass"]))) |