diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-24 03:28:16 -0600 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-01-24 03:28:16 -0600 |
commit | 623c60324a9c3b6ed4c839e79f7a998e17497322 (patch) | |
tree | 9e7cfd8a97ff30fcc903c005f0c3aaf626e73569 /pages/home.php | |
parent | 555cb086402521801ef1a3bfa893c3a9aa734715 (diff) | |
download | pathery-623c60324a9c3b6ed4c839e79f7a998e17497322.tar.xz |
Moved constants to constants.php
Diffstat (limited to 'pages/home.php')
-rw-r--r-- | pages/home.php | 1 |
1 files changed, 1 insertions, 0 deletions
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',
|