- include inc/inc.Settings.php instead of conf/conf.Settings.php

This commit is contained in:
steinm 2011-06-15 06:18:40 +00:00
parent c7c5c1f431
commit 04613cb3de

View File

@ -17,7 +17,7 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
include("conf/conf.Settings.php");
include("inc/inc.Settings.php");
header("Location: ". (isset($settings->_siteDefaultPage) && strlen($settings->_siteDefaultPage)>0 ? $settings->_siteDefaultPage : "out/out.ViewFolder.php"));
?>