mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
indent the file (inc/functions.php) after the latest changes
This commit is contained in:
parent
aadbf4852f
commit
45f11d1d78
@ -80,7 +80,6 @@ function loadConfig() {
|
||||
}
|
||||
else {
|
||||
$config = array();
|
||||
// We will indent that later.
|
||||
|
||||
reset_events();
|
||||
|
||||
@ -251,7 +250,6 @@ function loadConfig() {
|
||||
if (is_array($config['anonymous']))
|
||||
$config['anonymous'] = $config['anonymous'][array_rand($config['anonymous'])];
|
||||
|
||||
|
||||
}
|
||||
// Effectful config processing below:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user