aboutsummaryrefslogtreecommitdiffstats
path: root/include/externals.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-07-22 17:21:13 -0700
committerfriendica <info@friendica.com>2014-07-22 17:21:13 -0700
commit1476812e9098e18e266d0fddf4575234f28561f9 (patch)
tree57597c0df604ca9edeadd3367810ffe5d70514a5 /include/externals.php
parentb29f087cdc11bf1bc9fc726cde43361383121835 (diff)
downloadvolse-hubzilla-1476812e9098e18e266d0fddf4575234f28561f9.tar.gz
volse-hubzilla-1476812e9098e18e266d0fddf4575234f28561f9.tar.bz2
volse-hubzilla-1476812e9098e18e266d0fddf4575234f28561f9.zip
add another important note
Diffstat (limited to 'include/externals.php')
-rw-r--r--include/externals.php2
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');