aboutsummaryrefslogtreecommitdiffstats
path: root/util/config
diff options
context:
space:
mode:
authorTreer <treer.git@the-bordello.com>2016-04-25 22:09:15 +1000
committerTreer <treer.git@the-bordello.com>2016-04-25 22:09:15 +1000
commitf336f38ad505df8cf85cbe7ae9ce3c1d363a1ded (patch)
tree6196e0aa96468b49f66650c340e17123b4f18ab0 /util/config
parentd67d8b6d6e95025525d11ce42892fb9bf40abf28 (diff)
downloadvolse-hubzilla-f336f38ad505df8cf85cbe7ae9ce3c1d363a1ded.tar.gz
volse-hubzilla-f336f38ad505df8cf85cbe7ae9ce3c1d363a1ded.tar.bz2
volse-hubzilla-f336f38ad505df8cf85cbe7ae9ce3c1d363a1ded.zip
improve error message in config and pconfig
Diffstat (limited to 'util/config')
-rwxr-xr-xutil/config5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/config b/util/config
index 5113bd8ec..d4bcd5da1 100755
--- a/util/config
+++ b/util/config
@@ -3,6 +3,11 @@
// Red config utility
+if(!file_exists('include/cli_startup.php')) {
+ echo 'Run config from the top level Hubzilla web directory, as util/config <args>' . PHP_EOL;
+ exit(1);
+}
+
require_once('include/cli_startup.php');
cli_startup();