modified: code formatting
This commit is contained in:
parent
d400541d65
commit
534135ec4b
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@ $msg = mysql_clean($_GET['msg']);
|
||||||
}
|
}
|
||||||
|
|
||||||
$opt_list = $Upload->load_upload_options();
|
$opt_list = $Upload->load_upload_options();
|
||||||
|
|
||||||
assign('opt_list',$opt_list);
|
assign('opt_list',$opt_list);
|
||||||
|
|
||||||
assign('post_max_size',ini_get('post_max_size'));
|
assign('post_max_size',ini_get('post_max_size'));
|
||||||
|
@ -224,6 +225,7 @@ if(isset($_POST['update'])){
|
||||||
|
|
||||||
'website_email',
|
'website_email',
|
||||||
'welcome_email',
|
'welcome_email',
|
||||||
|
'vbrate_hd',
|
||||||
|
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue