Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
web:applications:piwigo:additional [2017-01-09 11:52] – created adminweb:applications:piwigo:additional [2023-10-26 20:09] (current) – external edit 127.0.0.1
Line 5: Line 5:
     * <code>     * <code>
 if ( (!$is_https && $_SERVER['SERVER_PORT'] != 80) if ( (!$is_https && $_SERVER['SERVER_PORT'] != 80)
-            ||($is_https && $_SERVER['SERVER_PORT'] != 443 && **$_SERVER['SERVER_PORT'] != 80**)) +            ||($is_https && $_SERVER['SERVER_PORT'] != 443 && $_SERVER['SERVER_PORT'] != 80)) 
 </code> </code>