debug
This commit is contained in:
@@ -70,7 +70,7 @@ class Site extends BaseController
|
||||
'd_description' => $arrRows[4],
|
||||
'd_statis' => $arrRows[5],
|
||||
'd_logo_type' => (int)$arrRows[6],
|
||||
'd_text_log' => $arrRows[7],
|
||||
'd_text_logo' => $arrRows[7],
|
||||
'd_img_log' => $arrRows[8],
|
||||
];
|
||||
|
||||
@@ -165,7 +165,7 @@ class Site extends BaseController
|
||||
"d_index_description" => $Request->post('d_index_description'),
|
||||
"d_statis" => $Request->post('d_statis'),
|
||||
"d_logo_type" => $Request->post('d_logo_type'),
|
||||
"d_text_log" => $Request->post('d_text_log'),
|
||||
"d_text_logo" => $Request->post('d_text_logo'),
|
||||
"d_img_log" => $Request->post('d_img_log'),
|
||||
"d_content_encode" => $Request->post('d_content_encode'),
|
||||
"t_cfg" => $Request->post('t_cfg'),
|
||||
|
||||
Reference in New Issue
Block a user