Changes

From SME Server
Jump to navigationJump to search
344 bytes added ,  12:48, 20 December 2007
Line 88: Line 88:  
=== Bugs ===
 
=== Bugs ===
 
Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-scuttle component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-scuttle|title=this link}}.
 
Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-scuttle component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-scuttle|title=this link}}.
 +
 +
=== Patches ===
 +
http://sourceforge.net/tracker/?group_id=134378&atid=729862
 +
 +
a simple one is to allow https usage (https fix)
 +
nano -w /opt/scuttle/header.inc.php
 +
 +
-    $root = 'http://'. $_SERVER['HTTP_HOST'] . $root;
 +
+
 +
+    $protocol = ($_SERVER["HTTPS"] == 'on') ? 'https://' : 'http://';
 +
+    $root = $protocol . $_SERVER['HTTP_HOST'] . $root;
 +
 +
    
=== Tested software versions ===
 
=== Tested software versions ===
Host: SMEserver v7.1 with update 3 (7.1.3)
+
Host: SMEserver v7.2
    
Installed: smeserver-scuttle.noarch 0:0.9-2
 
Installed: smeserver-scuttle.noarch 0:0.9-2

Navigation menu