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/index.php

    r673 r708  
    2626define('BASEPATH', './'); 
    2727require_once BASEPATH.'include/common.php'; 
     28require_once BASEPATH.'classes/MainUI.php'; 
    2829require_once BASEPATH.'include/common_interface.php'; 
    2930require_once BASEPATH.'classes/Node.php'; 
    30 require_once BASEPATH.'classes/MainUI.php'; 
    3131 
    3232$num_valid_users = $stats->getNumValidUsers();