]> git.mxchange.org Git - city.git/commit
Initial commit with empty output (all applications are starting like this).
authorRoland Haeder <roland@mxchange.org>
Sun, 22 Mar 2015 22:04:01 +0000 (23:04 +0100)
committerRoland Haeder <roland@mxchange.org>
Sun, 22 Mar 2015 22:04:01 +0000 (23:04 +0100)
commit18c590cf4791f03230498ef2dfa3f080f98435d3
treee2d8d5eb0352ee1a588686ea7101b3c23bb7956c
Initial commit with empty output (all applications are starting like this).

Signed-off-by: Roland Haeder <roland@mxchange.org>
46 files changed:
.gitignore [new file with mode: 0644]
.gitmodules [new file with mode: 0644]
Doxyfile [new file with mode: 0644]
application/.htaccess [new file with mode: 0644]
application/city/.htaccess [new file with mode: 0644]
application/city/class_ApplicationHelper.php [new file with mode: 0644]
application/city/config-local.php-dist [new file with mode: 0644]
application/city/config.php [new file with mode: 0644]
application/city/data.php [new file with mode: 0644]
application/city/debug.php [new file with mode: 0644]
application/city/exceptions.php [new file with mode: 0644]
application/city/exceptions/.htaccess [new file with mode: 0644]
application/city/init.php [new file with mode: 0644]
application/city/interfaces/.htaccess [new file with mode: 0644]
application/city/loader.php [new file with mode: 0644]
application/city/main/.htaccess [new file with mode: 0644]
application/city/main/commands/.htaccess [new file with mode: 0644]
application/city/main/commands/web/.htaccess [new file with mode: 0644]
application/city/main/commands/web/class_CityWebMainCommand.php [new file with mode: 0644]
application/city/main/resolver/.htaccess [new file with mode: 0644]
application/city/main/resolver/command/.htaccess [new file with mode: 0644]
application/city/main/resolver/command/web/.htaccess [new file with mode: 0644]
application/city/main/resolver/command/web/class_CityWebCommandResolver.php [new file with mode: 0644]
application/city/main/resolver/controller/.htaccess [new file with mode: 0644]
application/city/main/resolver/controller/class_CityHttpControllerResolver.php [new file with mode: 0644]
application/city/starter.php [new file with mode: 0644]
application/city/templates/.htaccess [new file with mode: 0644]
clear-cache.sh [new file with mode: 0755]
core [new submodule]
db/.htaccess [new file with mode: 0644]
db/news/.htaccess [new file with mode: 0644]
docs/COPYING [new file with mode: 0644]
docs/COPYING.documents [new file with mode: 0644]
docs/COPYING.software [new file with mode: 0644]
docs/NEWS [new file with mode: 0644]
docs/README [new file with mode: 0644]
docs/THANKS [new file with mode: 0644]
docs/TODOs.txt [new file with mode: 0644]
find-bad-php.sh [new file with mode: 0755]
inc [new symlink]
index.php [new file with mode: 0644]
package.sh [new file with mode: 0755]
pdepend.sh [new file with mode: 0755]
rebuild_doc.sh [new file with mode: 0755]
todo-builder.sh [new file with mode: 0755]
update_year.sh [new file with mode: 0755]