recuring crone job
Showing
... | ... | @@ -188,7 +188,7 @@ $mail->addAddress('[email protected]', 'Anju User'); |
//$data=$_POST;die; | ||
$fileName =$_FILES['file']['name']; | ||
$fileName = str_replace('%','a',$fileName); | ||
$fileName = 'joyride'.'_'.time().".".$fileName; | ||
$fileName = 'tukkibi'.'_'.time().".".$fileName; | ||
$config = set_upload_options('./assets/uploads/profile_pic/'); | ||
$config['file_name'] = $fileName; | ||
$this->load->library('upload', $config); | ||
... | ... |
Please
register
or
sign in
to comment