From 535f0f45c9dbeb737d5bc888ccbd95fd01fb6e43 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sat, 26 Jan 2019 12:55:12 -0800 Subject: cleanup of cli admin tool --- util/admins | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'util') 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_EOL; + echo 'Run admins from the top level Hubzilla web directory, as util/admins ' . PHP_EOL; exit(1); } require_once('include/cli_startup.php'); -require_once('include/zot.php'); cli_startup(); -- cgit v1.2.3