1
This commit is contained in:
@@ -30,8 +30,12 @@ class Enter extends CI_Controller
|
|||||||
}
|
}
|
||||||
$this->data['skey'] = $this->skey;
|
$this->data['skey'] = $this->skey;
|
||||||
|
|
||||||
if($this->skey == 'dG9waWNfaWQ9Ng' || $this->skey == 'dG9waWNfaWQ9Nw'){
|
if($this->skey == 'dG9waWNfaWQ9Ng' || $this->skey == 'dG9waWNfaWQ9OQ'){
|
||||||
debug_log("params:". json_encode($this->input->get()), 'auto1.txt');
|
debug_log("params:". json_encode($this->input->get()), 'auto.txt');
|
||||||
|
}
|
||||||
|
|
||||||
|
if($this->skey == 'dG9waWNfaWQ9OA'){
|
||||||
|
debug_log("params:". json_encode($this->input->get()), 'auto2.txt');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -24,9 +24,13 @@ class Welcome extends Wx
|
|||||||
}
|
}
|
||||||
$this->data['skey'] = $this->skey;
|
$this->data['skey'] = $this->skey;
|
||||||
|
|
||||||
if($this->skey == 'dG9waWNfaWQ9Ng' || $this->skey == 'dG9waWNfaWQ9Nw'){
|
if($this->skey == 'dG9waWNfaWQ9Ng' || $this->skey == 'dG9waWNfaWQ9OQ'){
|
||||||
debug_log("params:". json_encode($this->input->get()), 'auto.txt');
|
debug_log("params:". json_encode($this->input->get()), 'auto.txt');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if($this->skey == 'dG9waWNfaWQ9OA'){
|
||||||
|
debug_log("params:". json_encode($this->input->get()), 'auto2.txt');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function index()
|
public function index()
|
||||||
|
|||||||
Reference in New Issue
Block a user