GITLAB
LeClubInfo
/
crep
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
04112f1eddfda8215e9820c9f5c63f8915f04df1
Authored by
Jean Wasilewski
2014-11-09 15:55:29 +0100
1 parent
b379726b
Issue tracking 2
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
checkCreds.php
Inline
Side-by-side
checkCreds.php
Wrap text
Show/Hide comments
View file @
04112f1
...
...
@@ -2,7 +2,7 @@
2
2
require_once("creds.php");
3
3
4
4
echo "<pre>";
5
-var_dump($
_
GLOBALS);
5
+var_dump($
GLOBALS);
6
6
echo "</pre>";
7
7
8
8
if(!(isset($_GET["user"])&&isset($_GET["pass"])))
...
...