]> git.andy128k.dev Git - ipf.git/commit
move error handling and url dispatching to middlewares
authorAndrey Kutejko <andy128k@gmail.com>
Sun, 21 Dec 2014 23:25:49 +0000 (01:25 +0200)
committerAndrey Kutejko <andy128k@gmail.com>
Sun, 21 Dec 2014 23:38:51 +0000 (01:38 +0200)
commit400daae3f38fbcf5daf1c90a26cb48cbca020ec9
tree9f4ffff2392eb3d5dce96f43e70e8deada0eeb5a
parentc1dc2996c8d81989e4d18425443b41f866a4204f
move error handling and url dispatching to middlewares
ipf/auth/middleware.php
ipf/middleware/base.php [new file with mode: 0644]
ipf/middleware/common.php
ipf/middleware/dispatch.php [new file with mode: 0644]
ipf/middleware/error.php [new file with mode: 0644]
ipf/middleware/serve_static.php
ipf/project.php
ipf/router.php
ipf/session/middleware.php