Changeset 1248

Show
Ignore:
Timestamp:
07/11/07 13:20:22 (6 years ago)
Author:
benoitg
Message:
  • path_defines_url_content.php: Fix #348
Location:
trunk/wifidog-auth
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/CHANGELOG

    r1246 r1248  
     12007-07-11  Benoit Gréoire  <bock@step.polymtl.ca> 
     2        * path_defines_url_content.php: Fix #348 
     3 
    142007-07-03  Benoit Gréoire  <bock@step.polymtl.ca> 
    25        * wifidog/signup.php:  Notify the user of the allowed characters. 
  • trunk/wifidog-auth/wifidog/include/path_defines_url_content.php

    r1240 r1248  
    5454 * Define base web address without SLL 
    5555 */ 
    56 if ($_SERVER['SERVER_PORT'] != 80) { 
     56if ($_SERVER['SERVER_PORT'] != 80 && $_SERVER['SERVER_PORT'] != 443) { 
    5757    define('BASE_NON_SSL_PATH', 'http://'.$_SERVER['SERVER_NAME'] . ':'.$_SERVER['SERVER_PORT']. SYSTEM_PATH); 
    5858} else {