/data/CM/svn/svn_checkout/iladynew/application/controllers/notfound.php [ 4 ]
1 <?php
2 if (! defined ( 'BASEPATH' ))
3 exit ( 'No direct script access allowed' );
4 class Notfound extends LC_Controller {
5 public function __construct() {
6 parent::__construct ();
7 //不使用缓存
8 $this->cismarty->caching = FALSE;
9 }
-
{PHP internal call} » CI_Error::shutdown_handler()