setYMixRootDir(dirname(__FILE__)); // AT SOME POINT, NEED A WAY TO GET THE "DEFAULT" APP CODE $UTIL->setCurrentAppCode('ysco'); $eventResult = ymixInit(); if ( FALSE == ymixRun( $eventResult ) ) { require_once('Yahoo/ymix/Dumper.inc'); $appCtx = $UTIL->getAppContext(); $patList = array(); if (NULL != $appCtx) { $patList = $appCtx->getFilterKeyPatternList(); } ymix_dump_all('SYSTEM_ERROR, MetaController.html', $patList); header('Location: '.ERROR_PAGE.'?errkey=BAD_URL'); exit; } ?>