Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
При работе исходных файлов наблюдаются ошибки:
Ошибка синтаксиса: не мешало бы функцию объявить статической.
Strict Standards: Non-static method Route::ErrorPage404() should not be
called statically in www/application/core/route.php on line 64
После выполнение else интерпритатор продолжает работу - не мешало бы
добавить exit; после вызова функции редиректа.
Fatal error: Class 'Controller_servic2' not found in
www/application/core/route.php on line 68
Редирект не осуществляется: заголовки Status 404 и Location (302)
яыляются взаимоисключающими, что делает функцию ErrorPage404
бесполезной.
Неплохо бы проверять наличие переменных перед их вызовом.
Notice: Undefined index: admin in
/www/application/controllers/controller_admin.php on line 15
Логика изменена:
изменены. При отсутствии одного из них - используется функция
ErrorPage404 базового класса.
вызов $this->ErrorPage404().