From 490fd46c69b1d3a96fefb7b6ae97baaca62427ff Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 18 Jan 2012 09:58:56 -0600 Subject: [PATCH] added base_path constant. --- paths.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/paths.php b/paths.php index c7fd88a8..3421f83a 100644 --- a/paths.php +++ b/paths.php @@ -18,6 +18,11 @@ // -------------------------------------------------------------- define('DS', DIRECTORY_SEPARATOR); +// -------------------------------------------------------------- +// Define the path to the base directory. +// -------------------------------------------------------------- +define('BASE_PATH', __DIR__.DS); + // -------------------------------------------------------------- // The path to the application directory. // --------------------------------------------------------------