Merge branch 'master' of gitlab.science.ru.nl:mlubbers/ssproject1617
[ssproject1617.git] / testcms-final-anon / index.php
1 <?php
2
3 // benchmark
4 define('START', microtime(true));
5
6 // Set the include path
7 define('PATH', pathinfo(__FILE__, PATHINFO_DIRNAME) . '/');
8
9 // Block direct access to any PHP files
10 define('IN_CMS', true);
11
12 // TestCMS version
13 define('VERSION', 0.6);
14
15 // Lets bootstrap our application and get it ready to run
16 require PATH . 'system/bootstrap.php';