passive peering

This commit is contained in:
admin@arionum.com
2018-10-25 21:11:24 +03:00
parent 3251f98ebf
commit 88f50fcae1
8 changed files with 27 additions and 15 deletions

View File

@@ -29,7 +29,7 @@ if (php_sapi_name() !== 'cli') {
die("This should only be run as cli");
}
require_once("include/init.inc.php");
require_once __DIR__.'/include/init.inc.php';
$cmd = trim($argv[1]);
/**