Changeset 1248
- Timestamp:
- 07/11/07 13:20:22 (6 years ago)
- Location:
- trunk/wifidog-auth
- Files:
-
- 2 modified
-
CHANGELOG (modified) (1 diff)
-
wifidog/include/path_defines_url_content.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/CHANGELOG
r1246 r1248 1 2007-07-11 Benoit Gréoire <bock@step.polymtl.ca> 2 * path_defines_url_content.php: Fix #348 3 1 4 2007-07-03 Benoit Gréoire <bock@step.polymtl.ca> 2 5 * wifidog/signup.php: Notify the user of the allowed characters. -
trunk/wifidog-auth/wifidog/include/path_defines_url_content.php
r1240 r1248 54 54 * Define base web address without SLL 55 55 */ 56 if ($_SERVER['SERVER_PORT'] != 80 ) {56 if ($_SERVER['SERVER_PORT'] != 80 && $_SERVER['SERVER_PORT'] != 443) { 57 57 define('BASE_NON_SSL_PATH', 'http://'.$_SERVER['SERVER_NAME'] . ':'.$_SERVER['SERVER_PORT']. SYSTEM_PATH); 58 58 } else {
