Feature #6057
Removing 404.php
Start date:
27/03/2013
Due date:
% Done:
0%
Estimated time:
Complexity:
Normal
SCRUM pts - complexity:
?
Description
The file 404.php in the root of chamilo should be deleted it seems no to be use at least in the 1.10 branch.
Errors are now managed by silex using the template located here:
main/template/default/layout/error.tpl
{% extends 'default/layout/layout_1_col.tpl' %} {% block content %} {{ error_code }} - {{ error_message }} {{ content }} {% endblock %}
Associated revisions
History
Updated by Julio Montoya almost 8 years ago
- Status changed from New to Feature implemented
- Target version set to 2.0
Removing 404.php file see #6057