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

This commit is contained in:
steinm 2011-03-10 14:51:18 +00:00
parent 1c296ea582
commit 7d5ec95d13

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("inc/inc.Settings.php");
include("conf/conf.Settings.php");
header("Location: ". (isset($settings->_siteDefaultPage) && strlen($settings->_siteDefaultPage)>0 ? $settings->_siteDefaultPage : "out/out.ViewFolder.php"));
?>