]> git.mxchange.org Git - city.git/commit
Little change, big impact as the class prefix has changed, so let's move on with
authorRoland Haeder <roland@mxchange.org>
Mon, 23 Mar 2015 15:10:09 +0000 (16:10 +0100)
committerRoland Haeder <roland@mxchange.org>
Mon, 23 Mar 2015 15:10:46 +0000 (16:10 +0100)
commitd3b672c1a865d955e07bd319ca4270d93f3f86e7
tree7a53d4f9a279531733726ff06e2f7b9e79778aff
parentbf253b34754bf4690e79228b79838d3d63d5e4d4
Little change, big impact as the class prefix has changed, so let's move on with
renaming 'web' to 'html'. And updated 'core'.

Signed-off-by: Roland Haeder <roland@mxchange.org>
application/city/config.php
application/city/main/commands/html/.htaccess [new file with mode: 0644]
application/city/main/commands/html/class_CityHtmlMainCommand.php [new file with mode: 0644]
application/city/main/commands/web/.htaccess [deleted file]
application/city/main/commands/web/class_CityWebMainCommand.php [deleted file]
application/city/main/resolver/command/html/.htaccess [new file with mode: 0644]
application/city/main/resolver/command/html/class_CityHtmlCommandResolver.php [new file with mode: 0644]
application/city/main/resolver/command/web/.htaccess [deleted file]
application/city/main/resolver/command/web/class_CityWebCommandResolver.php [deleted file]
application/city/main/resolver/controller/class_CityHtmlControllerResolver.php
core