Version 1.0.43

This commit is contained in:
ultimatemember
2015-02-07 01:39:29 +02:00
parent bcffe8e193
commit 89ffec21f2
8 changed files with 97 additions and 83 deletions
+1
View File
@@ -119,6 +119,7 @@
}
$value = str_replace('https://https://','https://',$value);
$value = str_replace('http://https://','https://',$value);
$value = str_replace('https://http://','https://',$value);
return $value;
}