make vier also the default from the emergency htconfig file

This commit is contained in:
Tobias Diekershoff 2016-12-10 07:04:39 +01:00
parent 5065def530
commit ef29e03491
1 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ $a->config['system']['allowed_themes'] = 'quattro,vier,duepuntozero';
// default system theme // default system theme
$a->config['system']['theme'] = 'duepuntozero'; $a->config['system']['theme'] = 'vier';
// By default allow pseudonyms // By default allow pseudonyms
@ -80,4 +80,4 @@ $a->config['system']['no_regfullname'] = true;
$a->config['system']['directory'] = 'http://dir.friendi.ca'; $a->config['system']['directory'] = 'http://dir.friendi.ca';
// Allowed protocols in link URLs; HTTP protocols always are accepted // Allowed protocols in link URLs; HTTP protocols always are accepted
$a->config['system']['allowed_link_protocols'] = array('ftp', 'ftps', 'mailto', 'cid', 'gopher'); $a->config['system']['allowed_link_protocols'] = array('ftp', 'ftps', 'mailto', 'cid', 'gopher');