diff options
Diffstat (limited to 'pages/challenge.php')
-rw-r--r-- | pages/challenge.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/challenge.php b/pages/challenge.php index 8d312d1..35c9525 100644 --- a/pages/challenge.php +++ b/pages/challenge.php @@ -6,7 +6,7 @@ htmlHeader( include_once ('./includes/maps.php');
include_once ('./includes/mapoftheday.php');
-include_once ('./includes/db.inc.php');
+include_once ('./includes/sqlEmbedded.php');
include_once ('./includes/datas.php');
//Get custom wall colors;
|