fix a typo in site settings page

This commit is contained in:
fabrixxm 2011-06-13 18:29:14 +02:00
부모 ab27f1393e
커밋 4ba23df20a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -153,7 +153,7 @@ function admin_page_site_post(&$a){
$verifyssl = ((x($_POST,'verifyssl')) ? True : False);
$proxyuser = ((x($_POST,'proxyuser')) ? notags(trim($_POST['global_search_url'])) : '');
$proxy = ((x($_POST,'proxy')) ? notags(trim($_POST['global_search_url'])) : '');
$timeout = ((x($_POST,'timeout')) ? intval(trim($_POST['maximagesize'])) : 60);
$timeout = ((x($_POST,'timeout')) ? intval(trim($_POST['timeout'])) : 60);
$a->config['sitename'] = $sitename;