Show
Ignore:
Timestamp:
09/02/05 03:16:02 (8 years ago)
Author:
benoitg
Message:

2005-09-01 Benoit Gr�goire <bock@…>

WARNING: DO NOT use the CVS auth server in production until further notice.
Massive internal changes are underway.
Use the release tagged 1.0m1 in production.

  • Network abstraction mostly complete, including UI. All that is missing is new network creation, network stakeholder UI and testing.
  • Cleanup the config file of all the now unneeded constants. Note that the install script is currently broken. There can now be multiple networks on the server. The install script will have to make sure that there is at least one, with one super-admin
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/content/index.php

    r655 r708  
    2525define('BASEPATH', '../'); 
    2626require_once BASEPATH.'include/common.php'; 
     27require_once BASEPATH.'classes/MainUI.php'; 
    2728require_once BASEPATH.'include/common_interface.php'; 
    2829require_once BASEPATH.'classes/Node.php'; 
    29 require_once BASEPATH.'classes/MainUI.php'; 
    3030 
    3131if (CONF_USE_CRON_FOR_DB_CLEANUP == false) 
     
    9292$ui->setToolContent($tool_html); 
    9393 
    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  
    9994$hotspot_logo_url = find_local_content_url(HOTSPOT_LOGO_NAME); 
    100 $hotspot_logo_banner_url = find_local_content_url(HOTSPOT_LOGO_BANNER_NAME); 
    10195 
    10296$html = '';