From 655c4f38241ab58a3404acb15a751f07dc1bca6a Mon Sep 17 00:00:00 2001 From: Fbenas Date: Tue, 22 Aug 2017 00:45:29 +0100 Subject: Complete refactor --- scripts/test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/test.php b/scripts/test.php index d14076a..f1203ce 100644 --- a/scripts/test.php +++ b/scripts/test.php @@ -9,7 +9,7 @@ require(realpath(dirname(__FILE__) . "/../bootstrap.php")); // Set up siteroot define('DIPPER_ROOT', realpath(dirname(__FILE__) . "/../")); -define('SITES_ROOT', '/web/sites/'); -define('CONFIG_ROOT', '/web/etc/nginx/'); +define('SITES_ROOT', '/home/phil/sites/'); +define('CONFIG_ROOT', '/home/phil/sites/'); new App\Script\Console; -- cgit v1.2.3