* @copyright Copyright (C) 2006, Moritz Bechler * @license http://www.gnu.org/licenses/lgpl.html */ /** * Loader/core configuration * */ // Enable debugging (create a file named debug.lock in this directory to enable) if(file_exists(dirname(__FILE__) . '/debug.lock')) { define('DEBUG', true); } // Where to look for application repositories define('SAT_LOCAL', realpath('./../phpsatk/')); // Where to look for global phpsatk repository define('SAT_INCLUDEDIR', realpath('./../phpsatk-lib')); ?>