From 7d2128f364c0e81a15653db2508d3e09b262eca1 Mon Sep 17 00:00:00 2001 From: Fbenas Date: Sat, 2 Sep 2017 20:30:30 +0100 Subject: Refactor site:create command to allow creation of extra tasks easier --- scripts/run.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'scripts') 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; -- cgit v1.2.3