#!/usr/bin/env php * */ $init_modules = array(); require __DIR__ . '/includes/init.php'; if (isCli()) { global $config; echo json_encode($config); }