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
14540574afa90960d10dbcacf1d201916fccd776
Authored by
Jean Wasilewski
2014-11-09 15:52:04 +0100
1 parent
b3d7ea05
Fixed inclusion dependency
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
checkCreds.php
Inline
Side-by-side
checkCreds.php
Wrap text
Show/Hide comments
View file @
1454057
1
1
<?php
2
+require_once("creds.php");
2
3
3
4
if(!(isset($_GET["user"])&&isset($_GET["pass"])))
4
5
die("Nop");
...
...