Changeset 160
- Timestamp:
- 08/03/04 11:52:16 (9 years ago)
- Location:
- trunk/wifidog-auth
- Files:
-
- 2 modified
-
ChangeLog (modified) (1 diff)
-
wifidog/config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/ChangeLog
r159 r160 1 1 # $Header$ 2 2004-08-03 Benoit Gr�goire <bock@step.polymtl.ca> 3 * Fix BASE_URL_PATH to properly detect non-standard server ports (hopefully). 2 4 2004-08-02 Benoit Gr�goire <bock@step.polymtl.ca> 3 5 * wifidog-auth lives! New since the dark ages -
trunk/wifidog-auth/wifidog/config.php
r152 r160 18 18 define("LOST_USERNAME_EMAIL_SUBJECT", HOTSPOT_NETWORK_NAME.' lost username request'); 19 19 20 if($_SERVER['SERVER_PORT']==80) 21 { 22 $server_port=''; 23 } 24 else 25 { 26 $server_port=$_SERVER['SERVER_PORT']; 27 } 20 28 define("BASE_URL_PATH", 'http://' . $_SERVER['SERVER_NAME'] . '/wifidog/'); 21 29 define('RSS_SUPPORT', true); //If true, MAGPIERSS must be installed in MAGPIE_REL_PATH
