edit-order-opt
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<?php
|
||||
ini_set("display_errors", "On");//打开错误提示
|
||||
ini_set("error_reporting",E_ALL);//显示所有错误
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
class Welcome extends CI_Controller {
|
||||
@@ -8,4 +10,6 @@ class Welcome extends CI_Controller {
|
||||
$this->load->view('welcome_message');
|
||||
}
|
||||
|
||||
public function test(){
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user