added base_path constant.
This commit is contained in:
@@ -18,6 +18,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.
|
||||||
// --------------------------------------------------------------
|
// --------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user