Skip to content

Commit

Permalink
fixing issue with autopopulate script
Browse files Browse the repository at this point in the history
  • Loading branch information
Audi-1 committed Oct 4, 2014
1 parent 1ac3cc5 commit 0f84976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sql-connections/setup-db-challenge.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<?php
//including the Mysql connect parameters
include '../sql-connections/db-creds.inc';
include '../sql-connections/functions.php';

@error_reporting(0);
$id = $_GET['id'];
echo $id;
Expand Down Expand Up @@ -35,7 +35,7 @@
else
{echo "[*]...................Error creating database: " . mysql_error();echo "<br><br>\n";}


include '../sql-connections/functions.php';



Expand Down

0 comments on commit 0f84976

Please sign in to comment.