[Xfce4-commits] [www/www.xfce.org] 17/29: Protocol less url for cdn
noreply at xfce.org
noreply at xfce.org
Sun May 21 22:00:59 CEST 2017
This is an automated email from the git hooks/post-receive script.
k n o m e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository www/www.xfce.org.
commit e25a5271cedb840ad3667108f093ee5b28e17e97
Author: Romain B <skunnyk at alteroot.org>
Date: Sun May 14 19:42:58 2017 +0200
Protocol less url for cdn
- Fix bug #13218
- Already the case on live site, just never commited the fix.
---
index.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.php b/index.php
index dbaac80..9999819 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
<?php
-$static_media = "http://cdn.xfce.org";
+$static_media = "//cdn.xfce.org";
/*error_reporting(E_ALL | E_STRICT);*/
date_default_timezone_set ('UTC');
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list