Commit 664a21ce by Jansa Jose

Merge branch 'master' into 'dev_production'

Master See merge request !4
parents cf938324 ef0d010d
......@@ -85,7 +85,7 @@ header('Content-Type: text/html; charset=utf-8');
// $body = "OTP for JoyRide account signup is:".$request['otp'];
// $email = $request['email'];
$email = $request['email'];
// $name = $data['first_name'].' '.$data['last_name'];
// $sub = 'OTP Verification';
// $this->send_mail($email,$sub,$body,$name);
......
......@@ -55,7 +55,7 @@ date_default_timezone_set("Asia/Kolkata");
*
* NOTE: If you change these, also change the error_reporting() code below
*/
define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'development');
define('ENVIRONMENT', isset($_SERVER['CI_ENV']) ? $_SERVER['CI_ENV'] : 'production');
/*
*---------------------------------------------------------------
......
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 to comment