mirror of
https://github.com/friendica/friendica
synced 2024-11-10 09:02:53 +00:00
move that option up, as the admin panel has no control over it ATM
This commit is contained in:
parent
89caa18fe0
commit
132477990d
1 changed files with 3 additions and 3 deletions
|
@ -35,6 +35,9 @@ $a->config['php_path'] = '{{$phpath}}';
|
|||
|
||||
$a->path = '{{$urlpath}}';
|
||||
|
||||
// Allowed protocols in link URLs; HTTP protocols always are accepted
|
||||
$a->config['system']['allowed_link_protocols'] = array('ftp', 'ftps', 'mailto', 'cid', 'gopher');
|
||||
|
||||
/* *********************************************************************
|
||||
* The configuration below will be overruled by the admin panel.
|
||||
* Changes made below will only have an effect if the database does
|
||||
|
@ -95,6 +98,3 @@ $a->config['system']['no_regfullname'] = true;
|
|||
|
||||
// Location of the global directory
|
||||
$a->config['system']['directory'] = 'http://dir.friendi.ca';
|
||||
|
||||
// Allowed protocols in link URLs; HTTP protocols always are accepted
|
||||
$a->config['system']['allowed_link_protocols'] = array('ftp', 'ftps', 'mailto', 'cid', 'gopher');
|
||||
|
|
Loading…
Reference in a new issue