diff options
author | Fbenas <philbeansburton@gmail.com> | 2017-08-22 01:07:51 +0100 |
---|---|---|
committer | Fbenas <philbeansburton@gmail.com> | 2017-08-22 01:07:51 +0100 |
commit | 47b154758e789e75ec597d88540cdb7f4e352225 (patch) | |
tree | 3e8ec0a763e2d72534a54e177af292ee7100fbcf /scripts/test.php | |
parent | 3de70e73fb53ada12a4d7d332853253523720511 (diff) |
Make sure we write the nginx conf
Diffstat (limited to 'scripts/test.php')
-rw-r--r-- | scripts/test.php | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/scripts/test.php b/scripts/test.php deleted file mode 100644 index f1203ce..0000000 --- a/scripts/test.php +++ /dev/null @@ -1,15 +0,0 @@ -<?php - -ini_set("display_errors", 1); -ini_set("display_startup_errors", 1); -error_reporting(E_ALL); - -// Pull in bootstrap -require(realpath(dirname(__FILE__) . "/../bootstrap.php")); - -// Set up siteroot -define('DIPPER_ROOT', realpath(dirname(__FILE__) . "/../")); -define('SITES_ROOT', '/home/phil/sites/'); -define('CONFIG_ROOT', '/home/phil/sites/'); - -new App\Script\Console; |