aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/app.php
Commit message (Expand)AuthorAgeFilesLines
* [feature/controller] Check for proper status codes from controllersDavid King2012-11-191-6/+1
* [feature/controller] Create Symfony Request in new functionDavid King2012-11-181-4/+2
* [feature/controller] Use query string, not path info, for controller accessDavid King2012-11-171-0/+8
* [feature/controller] Add period before $phpExDavid King2012-11-161-1/+1
* [feature/controller] Fix use of $this in global scopeDavid King2012-11-161-1/+1
* [feature/controller] Move include to app.phpDavid King2012-11-161-0/+1
* [feature/controller] Implement a front controllerDavid King2012-11-161-0/+29