Commit 490fd46c by Taylor Otwell

added base_path constant.

parent d95c3718
...@@ -19,6 +19,11 @@ if ( ! isset($web)) $web = false; ...@@ -19,6 +19,11 @@ if ( ! isset($web)) $web = false;
define('DS', DIRECTORY_SEPARATOR); define('DS', DIRECTORY_SEPARATOR);
// -------------------------------------------------------------- // --------------------------------------------------------------
// Define the path to the base directory.
// --------------------------------------------------------------
define('BASE_PATH', __DIR__.DS);
// --------------------------------------------------------------
// The path to the application directory. // The path to the application directory.
// -------------------------------------------------------------- // --------------------------------------------------------------
$paths['APP_PATH'] = 'application'; $paths['APP_PATH'] = 'application';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment