aboutsummaryrefslogtreecommitdiffstats
path: root/util/admins
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2019-01-26 12:55:12 -0800
committerzotlabs <mike@macgirvin.com>2019-01-26 12:55:12 -0800
commit535f0f45c9dbeb737d5bc888ccbd95fd01fb6e43 (patch)
tree578f0df20dc9b217e67a0b0bf9cf6f6b889f319b /util/admins
parentb9cef2f38f87c2fab51c28af33fa688f30d39138 (diff)
downloadvolse-hubzilla-535f0f45c9dbeb737d5bc888ccbd95fd01fb6e43.tar.gz
volse-hubzilla-535f0f45c9dbeb737d5bc888ccbd95fd01fb6e43.tar.bz2
volse-hubzilla-535f0f45c9dbeb737d5bc888ccbd95fd01fb6e43.zip
cleanup of cli admin tool
Diffstat (limited to 'util/admins')
-rwxr-xr-xutil/admins6
1 files changed, 1 insertions, 5 deletions
diff --git a/util/admins b/util/admins
index 22fd2fb4f..3c7f0e83e 100755
--- a/util/admins
+++ b/util/admins
@@ -1,18 +1,14 @@
#!/usr/bin/env php
<?php
-// Red pconfig utility
-
-
if(!file_exists('include/cli_startup.php')) {
- echo 'Run pconfig from the top level Hubzilla web directory, as util/pconfig <args>' . PHP_EOL;
+ echo 'Run admins from the top level Hubzilla web directory, as util/admins <args>' . PHP_EOL;
exit(1);
}
require_once('include/cli_startup.php');
-require_once('include/zot.php');
cli_startup();