From d4ea56a77ef408347a9d73b36e8066334b8835ea Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 24 Sep 2013 05:20:29 -0700 Subject: reduce susceptibility to bleichenberger attack --- boot.php | 1 + 1 file changed, 1 insertion(+) (limited to 'boot.php') 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); -- cgit v1.2.3