commitall
This commit is contained in:
7
account/application/controllers/Page404.php
Normal file
7
account/application/controllers/Page404.php
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
class Page404 extends CI_Controller
|
||||
{
|
||||
public function index(){
|
||||
loadview('404page');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user