#!/usr/bin/env php . */ define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); $helptext = << Flush the url router from cache. END_OF_FLUSHROUTER_HELP; require_once INSTALLDIR.'/scripts/commandline.inc.php'; $cache = Cache::instance(); $cache->delete(Router::cacheKey()); print "OK.\n";