summaryrefslogtreecommitdiff
path: root/scripts/test.php
diff options
context:
space:
mode:
authorFbenas <philbeansburton@gmail.com>2017-08-22 00:45:29 +0100
committerFbenas <philbeansburton@gmail.com>2017-08-22 00:45:29 +0100
commit655c4f38241ab58a3404acb15a751f07dc1bca6a (patch)
tree7ae2cca93857025e4d83bf67600d47b4a5f20058 /scripts/test.php
parent31ac8bccdae86eeb150cb396c44ee88427120e3e (diff)
Complete refactor
Diffstat (limited to 'scripts/test.php')
-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;