diff options
author | friendica <info@friendica.com> | 2013-09-24 05:20:29 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-24 05:20:29 -0700 |
commit | d4ea56a77ef408347a9d73b36e8066334b8835ea (patch) | |
tree | 8fd5a50d2c14e93736d33e7a1b5858e94371ad5d /boot.php | |
parent | 1f916adfb889c877ff975be75274fb7f3ac37b1f (diff) | |
download | volse-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-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |