From 623c60324a9c3b6ed4c839e79f7a998e17497322 Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Thu, 24 Jan 2013 03:28:16 -0600 Subject: Moved constants to constants.php --- pages/home.php | 1 + 1 file changed, 1 insertion(+) (limited to 'pages') diff --git a/pages/home.php b/pages/home.php index 156014c..937cba8 100644 --- a/pages/home.php +++ b/pages/home.php @@ -4,6 +4,7 @@ include_once ('./includes/maps.php'); include_once ('./includes/mapoftheday.php'); include_once ('./includes/sqlEmbedded.php'); include_once ('./includes/datas.php'); +include_once ('./includes/constants.php'); htmlHeader( array('stats'), 'Pathery', -- cgit v1.2.3