diff --git a/application/config/config.php b/application/config/config.php index 4b72e1b..054534c 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -47,7 +47,8 @@ spl_autoload_register(function($classname) { //$config['base_url'] = $wrenchboard->cfgReadChar("system.base_url"); //'http://oameye.works.wrenchboard.com/'; -$config['base_url'] = 'https://'.$_SERVER['SERVER_NAME'].'/'; +$config['base_url'] = "http://localhost:8082/"; // 'https://'.$_SERVER['SERVER_NAME'].'/'; + /* |-------------------------------------------------------------------------- | Index File diff --git a/application/controllers/Login.php b/application/controllers/Login.php index e045516..183f68e 100644 --- a/application/controllers/Login.php +++ b/application/controllers/Login.php @@ -32,9 +32,7 @@ class Login extends WRB_Controller { $res = $this->wrenchboard_api($data, $out); $is_live = $this->backend_model->cfgReadChar("system.live"); - // var_dump($out); - // exit; // print_r($out); if ($res == PHP_LOGIN_OK) { $this->load->model('account_model'); diff --git a/application/views/users/view_header_user.php b/application/views/users/view_header_user.php index bb34934..f49e6b3 100644 --- a/application/views/users/view_header_user.php +++ b/application/views/users/view_header_user.php @@ -125,10 +125,10 @@
@@ -159,7 +159,7 @@