diff options
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(); |