Commit 490fd46c authored by Taylor Otwell's avatar Taylor Otwell

added base_path constant.

parent d95c3718
......@@ -18,6 +18,11 @@ if ( ! isset($web)) $web = false;
// --------------------------------------------------------------
define('DS', DIRECTORY_SEPARATOR);
// --------------------------------------------------------------
// Define the path to the base directory.
// --------------------------------------------------------------
define('BASE_PATH', __DIR__.DS);
// --------------------------------------------------------------
// The path to the application directory.
// --------------------------------------------------------------
......
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