Removed internal() method to generate references to PICKLES files. Should use existing methods, but make sure to include the PICKLES path (e.g. /__pickles/js/core.js).

This commit is contained in:
Josh Sherman 2010-11-26 13:50:48 -05:00
parent 5cb8592b35
commit 4c0baeb00a
2 changed files with 141 additions and 108 deletions

View file

@ -64,7 +64,7 @@ class Controller extends Object
}
}
// Catches requests to the __shared directory
if (preg_match('/^__shared/', $_REQUEST['request']))
elseif (preg_match('/^__shared/', $_REQUEST['request']))
{
header('Location: /');
exit;