mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
fix a typo in site settings page
This commit is contained in:
parent
ab27f1393e
commit
4ba23df20a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue