From 31ac8bccdae86eeb150cb396c44ee88427120e3e Mon Sep 17 00:00:00 2001 From: Phil Burton Date: Mon, 21 Aug 2017 18:58:05 +0100 Subject: wip --- scripts/test.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/test.php b/scripts/test.php index 83d8c5a..d14076a 100644 --- a/scripts/test.php +++ b/scripts/test.php @@ -9,5 +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/'); new App\Script\Console; -- cgit v1.2.3