* @author Demian Katz * @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License * @link https://vufind.org/wiki/automation Wiki */ // Manipulate command line to load correct route, then run the main index page: array_unshift($_SERVER['argv'], array_shift($_SERVER['argv']), 'util', 'deletes'); $_SERVER['argc'] += 2; require_once __DIR__ . '/../public/index.php';