diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/externals.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/externals.php b/include/externals.php index 5ee355c9d..a96bf7c97 100644 --- a/include/externals.php +++ b/include/externals.php @@ -34,6 +34,8 @@ function externals_run($argv, $argc){ } // Note: blacklisted sites must be stored in the config as an array. + // No simple way to turn this into a personal config because we have no identity here. + // For that we probably need a variant of superblock. $blacklisted = false; $bl1 = get_config('system','blacklisted_sites'); |