/data/CM/app/subversion/svn_checkout/ideat/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->load->library ( 'cismarty' );
9         $this->cismarty->caching = FALSE;
- 
				{PHP internal call} » CI_Error::shutdown_handler()