summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/run.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/run.php b/scripts/run.php
index 2995f8a..fc7de16 100644
--- a/scripts/run.php
+++ b/scripts/run.php
@@ -18,9 +18,8 @@ try {
}
// Set up siteroot
-// TODO Don't rely on trailing slashes here
define('DIPPER_ROOT', realpath(dirname(__FILE__) . "/../") . '/');
define('SITES_ROOT', $config['SITES_ROOT']);
-define('CONFIG_ROOT', $config['SITES_ROOT']);
+define('CONFIG_ROOT', $config['CONFIG_ROOT']);
new App\Script\Console;