Commit de34f187 by tetiana yaremko

ready to deploy

parent e34c3533
Showing with 3 additions and 3 deletions
runtime: php55
runtime: php72
api_version: 1
handlers:
- url: /(.+\.(gif|png|jpg|css|js))$
......
......@@ -95,7 +95,7 @@ class Auth extends CI_Controller
}
public function verify () {
require_once(APPPATH.'libraries/random.php');
//require_once(APPPATH.'libraries/random.php');
$email=$this->input->get('email');
$token= $this->input->get('token');
......@@ -123,7 +123,7 @@ class Auth extends CI_Controller
}
public function forgotPassword () {
require_once(APPPATH.'libraries/random.php');
//require_once(APPPATH.'libraries/random.php');
$this->form_validation->set_rules("email", "Email", "trim|required");
if($this->form_validation->run() == false) {
$this->load->view('forgotPassword');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment