diff options
author | friendica <info@friendica.com> | 2014-07-22 17:21:13 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-07-22 17:21:13 -0700 |
commit | 1476812e9098e18e266d0fddf4575234f28561f9 (patch) | |
tree | 57597c0df604ca9edeadd3367810ffe5d70514a5 | |
parent | b29f087cdc11bf1bc9fc726cde43361383121835 (diff) | |
download | volse-hubzilla-1476812e9098e18e266d0fddf4575234f28561f9.tar.gz volse-hubzilla-1476812e9098e18e266d0fddf4575234f28561f9.tar.bz2 volse-hubzilla-1476812e9098e18e266d0fddf4575234f28561f9.zip |
add another important note
-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'); |