*/ error_reporting(E_ALL); include_once '../pokemonshowdown.com/lib/ntbb-session.lib.php'; include_once '../pokemonshowdown.com/config/servers.inc.php'; include_once 'lib/dispatcher.lib.php'; $dispatcher = new ActionDispatcher(array( new DefaultActionHandler(), new LadderActionHandler() )); $dispatcher->executeActions();