|
|
|
@ -69,7 +69,7 @@ class Welcome extends CI_Controller {
|
|
|
|
|
public function create_all_urls($view=false) {
|
|
|
|
|
set_time_limit(0);
|
|
|
|
|
$this->output->enable_profiler(false);
|
|
|
|
|
$data['all_information'] = $this->Information_model->GetList('ic_status,ic_id,ic_url,ic_sitecode');
|
|
|
|
|
$data['all_information'] = $this->Information_model->GetList('ic_status,ic_id,ic_url,ic_sitecode,is_id');
|
|
|
|
|
if ($view == 'amp') {
|
|
|
|
|
$this->load->view('bootstrap3/header', $data);
|
|
|
|
|
$this->load->view('bootstrap3/refresh_amp_urls');
|
|
|
|
|