aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-09-24 05:20:29 -0700
committerfriendica <info@friendica.com>2013-09-24 05:20:29 -0700
commitd4ea56a77ef408347a9d73b36e8066334b8835ea (patch)
tree8fd5a50d2c14e93736d33e7a1b5858e94371ad5d /boot.php
parent1f916adfb889c877ff975be75274fb7f3ac37b1f (diff)
downloadvolse-hubzilla-d4ea56a77ef408347a9d73b36e8066334b8835ea.tar.gz
volse-hubzilla-d4ea56a77ef408347a9d73b36e8066334b8835ea.tar.bz2
volse-hubzilla-d4ea56a77ef408347a9d73b36e8066334b8835ea.zip
reduce susceptibility to bleichenberger attack
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 346a0f926..ce7218013 100755
--- a/boot.php
+++ b/boot.php
@@ -1176,6 +1176,7 @@ function check_config(&$a) {
// our URL changed. Do something.
$oldurl = hex2bin($saved);
+ logger('Baseurl changed!');
$oldhost = substr($oldurl,strpos($oldurl,'//')+2);
$host = substr(z_root(),strpos(z_root(),'//')+2);