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:
parent
5cb8592b35
commit
4c0baeb00a
2 changed files with 141 additions and 108 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue