summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/test.php4
1 files changed, 2 insertions, 2 deletions
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;