Commit b379726bd2bc393193b8c792973fa99280006baa

Authored by Jean Wasilewski
1 parent 14540574

Issue tracking

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
checkCreds.php
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  
... ...