]> git.mxchange.org Git - core.git/commit - inc/main/classes/controller/image/class_ImageDefaultController.php
Continued:
authorRoland Haeder <roland@mxchange.org>
Fri, 24 Feb 2017 20:48:55 +0000 (21:48 +0100)
committerRoland Haeder <roland@mxchange.org>
Tue, 28 Feb 2017 21:10:04 +0000 (22:10 +0100)
commit015c9d406c90225160488fcaaebe4575ce5cf61a
treef55fa52bef5ca1ddcf50bf25e219cbb91b368711
parent021618e8e583e2101b2393c21e7d74f509479ddc
Continued:
- added missing controller for "tests" application (with own namespace)
- added "import" for BaseController

Signed-off-by: Roland Häder <roland@mxchange.org>
25 files changed:
application/tests/classes/controller/.htaccess [new file with mode: 0644]
application/tests/classes/controller/console/.htaccess [new file with mode: 0644]
application/tests/classes/controller/console/class_TestsConsoleDefaultNewsController.php [new file with mode: 0644]
application/tests/classes/resolver/controller/class_TestsConsoleControllerResolver.php
inc/main/classes/controller/console/class_ConsoleDefaultController.php
inc/main/classes/controller/console/class_ConsoleDefaultNewsController.php
inc/main/classes/controller/html/class_HtmlConfirmController.php
inc/main/classes/controller/html/class_HtmlDefaultController.php
inc/main/classes/controller/html/class_HtmlDefaultNewsController.php
inc/main/classes/controller/html/class_HtmlLoginController.php
inc/main/classes/controller/html/class_HtmlLoginFailedController.php
inc/main/classes/controller/html/class_HtmlLogoutController.php
inc/main/classes/controller/html/class_HtmlLogoutDoneController.php
inc/main/classes/controller/html/class_HtmlProblemController.php
inc/main/classes/controller/html/class_HtmlRegisterController.php
inc/main/classes/controller/html/class_HtmlStatusController.php
inc/main/classes/controller/html/form/class_HtmlDoFormController.php
inc/main/classes/controller/html/login/class_HtmlLoginAreaController.php
inc/main/classes/controller/image/captcha/class_ImageCodeCaptchaController.php
inc/main/classes/controller/image/class_ImageDefaultController.php
inc/main/classes/output/debug/console/class_DebugConsoleOutput.php
inc/main/classes/resolver/controller/class_BaseControllerResolver.php
inc/main/classes/resolver/controller/console/class_ConsoleControllerResolver.php
inc/main/classes/resolver/controller/html/class_HtmlControllerResolver.php
inc/main/classes/resolver/controller/image/class_ImageControllerResolver.php