File: D:/HostingSpaces/SBogers7/bogers-tekenburo.nl/wwwroot/index.php
<?php
/**
* index.php
* Created by Komma Mediadesign.
* Author: mike
* Date: 11/02/14
*/
// Require static functions
//if(substr($_SERVER['HTTP_HOST'],0,3) != 'www')
//{
// $location = 'https://www.bogers-tekenburo.nl';
// header ('HTTP/1.1 301 Moved Permanently');
// header('location: ' . $location);
// exit;
//}
require_once 'lib/general/functions.class.php';
// Configure our system
require_once 'config/errorReport.php';
require_once 'config/paths.php';
require_once 'config/friendlyUrl.php';
initFriendlyUrl(0,0);
// Require libraries
require_once 'lib/general/session.class.php';
require_once 'lib/general/translator.class.php';
require_once 'lib/mvc/controller.class.php';
require_once 'lib/mvc/model.class.php';
require_once 'lib/mvc/view.class.php';
// Login
require_once 'lib/bootstrap.class.php';
// Bootstrap the system
new Bootstrap();