8 lines
203 B
PHP
Raw Normal View History

2015-04-07 23:15:22 +12:00
<?php
$frameworkPath = __DIR__ . '/../framework';
$frameworkDir = basename($frameworkPath);
if (!defined('BASE_PATH')) {
define('BASE_PATH', dirname($frameworkPath));
}
require_once 'Core/Core.php';