mirror of
https://github.com/sctn4elk/CustomerRewardsRESTAPI.git
synced 2025-01-09 15:14:29 -06:00
Add path for development laptop
This commit is contained in:
parent
6c5783b15b
commit
60499cfcf0
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
define("PROJECT_ROOT_PATH", __DIR__ . "/../");
|
define("PROJECT_ROOT_PATH", __DIR__ . "/../");
|
||||||
define('PD', 'D:\DEV\Git Repository\CustomerRewardsRESTAPI');
|
define('PD', 'D:\DEV\Git Repository\CustomerRewardsRESTAPI');
|
||||||
|
//define('PD', 'C:\DEV\UniServerZ\www\CustomerRewardsRESTAPI');
|
||||||
// include main configuration file
|
// include main configuration file
|
||||||
require_once PROJECT_ROOT_PATH . "/include/config.php";
|
require_once PROJECT_ROOT_PATH . "/include/config.php";
|
||||||
// include the base controller file
|
// include the base controller file
|
||||||
|
|
Loading…
Reference in New Issue
Block a user