]> git.andy128k.dev Git - ipf.git/commit
move admin views to controllers. rework file browser and routes.
authorAndrey Kutejko <andy128k@gmail.com>
Fri, 2 Jan 2015 17:31:37 +0000 (19:31 +0200)
committerAndrey Kutejko <andy128k@gmail.com>
Fri, 2 Jan 2015 17:31:37 +0000 (19:31 +0200)
commit6e8bd5229ed3308f0289db3befadb3ed898efca5
tree6c6e3e586091710733db3e1cad0b0d6431ff60c6
parent406dc2e6867647f8814eda7e2725ffc8821456c7
move admin views to controllers. rework file browser and routes.
17 files changed:
ipf/admin/app.php
ipf/admin/assets/css/base.css
ipf/admin/component.php
ipf/admin/controllers/components.php [new file with mode: 0644]
ipf/admin/controllers/file_browser.php [new file with mode: 0644]
ipf/admin/controllers/user.php [new file with mode: 0644]
ipf/admin/form/widgets/htmlinput.php
ipf/admin/log.php
ipf/admin/templates/admin/base.html
ipf/admin/templates/admin/change.html
ipf/admin/templates/admin/delete.html
ipf/admin/templates/admin/filebrowser.html
ipf/admin/templates/admin/index.html
ipf/admin/templates/admin/items.html
ipf/admin/templates/admin/logout.html
ipf/admin/views.php [deleted file]
ipf/auth/admin.php