diff options
author | zotlabs <mike@macgirvin.com> | 2019-01-26 12:55:12 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2019-01-26 12:55:12 -0800 |
commit | 535f0f45c9dbeb737d5bc888ccbd95fd01fb6e43 (patch) | |
tree | 578f0df20dc9b217e67a0b0bf9cf6f6b889f319b /util | |
parent | b9cef2f38f87c2fab51c28af33fa688f30d39138 (diff) | |
download | volse-hubzilla-535f0f45c9dbeb737d5bc888ccbd95fd01fb6e43.tar.gz volse-hubzilla-535f0f45c9dbeb737d5bc888ccbd95fd01fb6e43.tar.bz2 volse-hubzilla-535f0f45c9dbeb737d5bc888ccbd95fd01fb6e43.zip |
cleanup of cli admin tool
Diffstat (limited to 'util')
-rwxr-xr-x | util/admins | 6 |
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(); |