fix a typo in site settings page

Esse commit está contido em:
fabrixxm 2011-06-13 18:29:14 +02:00
commit 4ba23df20a
1 arquivos alterados com 1 adições e 1 exclusões

Ver arquivo

@ -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;