diff options
author | Eudyptula <eitan@mosenkis.net> | 2009-06-17 12:15:12 -0400 |
---|---|---|
committer | Eudyptula <eitan@mosenkis.net> | 2009-06-17 12:15:12 -0400 |
commit | 10f33476498711536961558c1876acc6d10aaf1f (patch) | |
tree | 569e8b4033d04a36b0fb09e0366e0c4f8f4e1cf0 /shared | |
parent | Updated depend for necessary php extensions, apache mod_rewrite (diff) | |
download | ingenue-10f33476498711536961558c1876acc6d10aaf1f.tar.gz ingenue-10f33476498711536961558c1876acc6d10aaf1f.tar.bz2 ingenue-10f33476498711536961558c1876acc6d10aaf1f.zip |
Moved including shared/include/paths.php into shared/include/includes.php
Diffstat (limited to 'shared')
-rw-r--r-- | shared/include/includes.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/include/includes.php b/shared/include/includes.php index 1f465fd..40e68b6 100644 --- a/shared/include/includes.php +++ b/shared/include/includes.php @@ -1,4 +1,5 @@ <?php +require_once(dirname(__FILE__).'/paths.php'); // USE __dir__ in 5.3.0 // Load functions and classes from the shared directory and either foreground or background $dir=realpath($_SERVER['PHP_SELF']) == BACKEND.'/backend.php'?BACKEND:FRONTEND; foreach (array('functions', 'classes') as $type) { |