]> git.mxchange.org Git - core.git/commit - inc/classes/main/controller/web/class_WebLogoutDoneController.php
'Web' is to generic, better use 'Html' as it is for HTML.
authorRoland Haeder <roland@mxchange.org>
Mon, 23 Mar 2015 15:02:41 +0000 (16:02 +0100)
committerRoland Haeder <roland@mxchange.org>
Mon, 23 Mar 2015 15:02:41 +0000 (16:02 +0100)
commitff8281821f233703d7b741d990b8162fb8d1e82e
tree5284238217eeae2d286bdc49477672d911657db8
parent36bf239f3b05809802e538d9a0d343b19f1498f9
'Web' is to generic, better use 'Html' as it is for HTML.

Signed-off-by: Roland Häder <roland@mxchange.org>
24 files changed:
inc/classes/main/controller/html/.htaccess [new file with mode: 0644]
inc/classes/main/controller/html/class_Html [new file with mode: 0644]
inc/classes/main/controller/html/class_HtmlConfirmController.php [new file with mode: 0644]
inc/classes/main/controller/html/class_HtmlDefaultController.php [new file with mode: 0644]
inc/classes/main/controller/html/class_HtmlDefaultNewsController.php [new file with mode: 0644]
inc/classes/main/controller/html/class_HtmlLoginController.php [new file with mode: 0644]
inc/classes/main/controller/html/class_HtmlLoginFailedController.php [new file with mode: 0644]
inc/classes/main/controller/html/class_HtmlLogoutController.php [new file with mode: 0644]
inc/classes/main/controller/html/class_HtmlLogoutDoneController.php [new file with mode: 0644]
inc/classes/main/controller/html/class_HtmlProblemController.php [new file with mode: 0644]
inc/classes/main/controller/html/class_HtmlRegisterController.php [new file with mode: 0644]
inc/classes/main/controller/html/class_HtmlStatusController.php [new file with mode: 0644]
inc/classes/main/controller/web/.htaccess [deleted file]
inc/classes/main/controller/web/class_ [deleted file]
inc/classes/main/controller/web/class_WebConfirmController.php [deleted file]
inc/classes/main/controller/web/class_WebDefaultController.php [deleted file]
inc/classes/main/controller/web/class_WebDefaultNewsController.php [deleted file]
inc/classes/main/controller/web/class_WebLoginController.php [deleted file]
inc/classes/main/controller/web/class_WebLoginFailedController.php [deleted file]
inc/classes/main/controller/web/class_WebLogoutController.php [deleted file]
inc/classes/main/controller/web/class_WebLogoutDoneController.php [deleted file]
inc/classes/main/controller/web/class_WebProblemController.php [deleted file]
inc/classes/main/controller/web/class_WebRegisterController.php [deleted file]
inc/classes/main/controller/web/class_WebStatusController.php [deleted file]