ok
Direktori : /proc/self/root/home2/selectio/www/mm-tailor-billing/app/controllers/ |
Current File : //proc/self/root/home2/selectio/www/mm-tailor-billing/app/controllers/Errors.php |
<?php defined('BASEPATH') or exit('No direct script access allowed'); class Errors { public function error_404() { header('Location: http://tecdiary.com/404'); exit(); } public function show_error($msg) { die($msg); } }