diff --git a/index.php b/index.php index 124e815b2..3630ce875 100644 --- a/index.php +++ b/index.php @@ -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")); ?>