Commit 14540574afa90960d10dbcacf1d201916fccd776

Authored by Jean Wasilewski
1 parent b3d7ea05

Fixed inclusion dependency

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
checkCreds.php
1 1 <?php
  2 +require_once("creds.php");
2 3  
3 4 if(!(isset($_GET["user"])&&isset($_GET["pass"])))
4 5 die("Nop");
... ...