aboutsummaryrefslogtreecommitdiffstats
path: root/functions/init.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-23 06:39:06 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-23 06:39:06 +0000
commit609650a5e790ecd6c1107a8a8924936284a9c010 (patch)
tree7814f132e9ad6343ddbe0ab41aab4d845425e9ba /functions/init.inc.php
parent626ad791d35bfaba4678f54c144e321f0fc8f23c (diff)
downloadphpicalendar-609650a5e790ecd6c1107a8a8924936284a9c010.tar.gz
phpicalendar-609650a5e790ecd6c1107a8a8924936284a9c010.tar.bz2
phpicalendar-609650a5e790ecd6c1107a8a8924936284a9c010.zip
Added BASE to files, started 0.8 README
Diffstat (limited to 'functions/init.inc.php')
-rw-r--r--functions/init.inc.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/functions/init.inc.php b/functions/init.inc.php
index a4af8ce..fec8708 100644
--- a/functions/init.inc.php
+++ b/functions/init.inc.php
@@ -18,8 +18,10 @@ if(phpversion() >= '4.2.0')
extract($HTTP_POST_VARS);
}
*/
-include('./config.inc.php');
-include('./functions/error.php');
+
+define('BASE', './');
+include(BASE.'config.inc.php');
+include(BASE.'functions/error.php');
// language support
$language = strtolower($language);

© 2014-2024 Faster IT GmbH | imprint | privacy policy