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
b379726bd2bc393193b8c792973fa99280006baa
Authored by
Jean Wasilewski
2014-11-09 15:54:33 +0100
1 parent
14540574
Issue tracking
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
checkCreds.php
Inline
Side-by-side
checkCreds.php
Wrap text
Show/Hide comments
View file @
b379726
1
1
<?php
2
2
require_once("creds.php");
3
3
4
+echo "<pre>";
5
+var_dump($_GLOBALS);
6
+echo "</pre>";
7
+
4
8
if(!(isset($_GET["user"])&&isset($_GET["pass"])))
5
9
die("Nop");
6
10
...
...