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
10 years ago
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
Show/Hide comments
View file @
b379726
1
<?php
1
<?php
2
require_once("creds.php");
2
require_once("creds.php");
3
3
4
+echo "<pre>";
5
+var_dump($_GLOBALS);
6
+echo "</pre>";
7
+
4
if(!(isset($_GET["user"])&&isset($_GET["pass"])))
8
if(!(isset($_GET["user"])&&isset($_GET["pass"])))
5
die("Nop");
9
die("Nop");
6
10