Changeset 708 for trunk/wifidog-auth/wifidog/content/index.php
- Timestamp:
- 09/02/05 03:16:02 (8 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/wifidog/content/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/content/index.php
r655 r708 25 25 define('BASEPATH', '../'); 26 26 require_once BASEPATH.'include/common.php'; 27 require_once BASEPATH.'classes/MainUI.php'; 27 28 require_once BASEPATH.'include/common_interface.php'; 28 29 require_once BASEPATH.'classes/Node.php'; 29 require_once BASEPATH.'classes/MainUI.php';30 30 31 31 if (CONF_USE_CRON_FOR_DB_CLEANUP == false) … … 92 92 $ui->setToolContent($tool_html); 93 93 94 $hotspot_network_name = HOTSPOT_NETWORK_NAME;95 $hotspot_network_url = HOTSPOT_NETWORK_URL;96 $network_logo_url = COMMON_CONTENT_URL.NETWORK_LOGO_NAME;97 $network_logo_banner_url = COMMON_CONTENT_URL.NETWORK_LOGO_BANNER_NAME;98 99 94 $hotspot_logo_url = find_local_content_url(HOTSPOT_LOGO_NAME); 100 $hotspot_logo_banner_url = find_local_content_url(HOTSPOT_LOGO_BANNER_NAME);101 95 102 96 $html = '';
