Skip to content

Commit

Permalink
fixing small issue with Database setup for challenges
Browse files Browse the repository at this point in the history
  • Loading branch information
Audi-1 committed Oct 3, 2014
1 parent a9cd874 commit 1ac3cc5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sql-connections/setup-db-challenge.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<html>
<head>
</head>
<body bgcolor="#000000">
<?php
//including the Mysql connect parameters
include '../sql-connections/db-creds.inc';
Expand Down Expand Up @@ -67,3 +71,5 @@
header( "refresh:0;url=$id" );

?>
</body>
</html>

0 comments on commit 1ac3cc5

Please sign in to comment.