From 468e9a700736166f175b974e185d24d0d2a4f33e Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Sun, 13 Jan 2013 00:48:07 -0600 Subject: db.inc.php now only contains the database login info; the actual connection to the DB has been moved to includes/sqlEmbedded. This was done so we don't need to have the db info in two separate files (one of which is in the repo, derp) --- pages/leaderboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages/leaderboard.php') diff --git a/pages/leaderboard.php b/pages/leaderboard.php index 9f40d8b..292de60 100644 --- a/pages/leaderboard.php +++ b/pages/leaderboard.php @@ -11,7 +11,7 @@ include('./includes/maps.php'); //include('./includes/mapoftheday.php'); include('./includes/datas.php'); -include_once ('./includes/db.inc.php'); +include_once ('./includes/sqlEmbedded.php'); function day_diff($date1, $date2) { $current = $date1; -- cgit v1.2.3