Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
$config["baseurl"] = "http://".$_SERVER["SERVER_NAME"]. substr($_SERVER["PHP_SELF"],0,strrpos($_SERVER["PHP_SELF"],"/")) . "/";
// Verify that the gallery URL begins with 'http://' for mod_rewrite 301 redirects
if (strpos($_POST['gallery_url'], 'http://') === false && strpos($_POST['gallery_url'], 'https://') === false)
{
$_POST['gallery_url'] = 'http'.($_SERVER['HTTPS'] ? 's' : '').'://'.$_POST['gallery_url'];
}
1 to 19 of 19