Show
Ignore:
Timestamp:
09/25/05 19:52:15 (8 years ago)
Author:
fproulx
Message:

2005-09-25 Francois Proulx <francois.proulx@…>

  • Updated initial SQL script to schema 29
  • Remove useless includes in some files, preventing from using the "plugin" contents
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/classes/Network.php

    r752 r767  
    2828require_once BASEPATH.'classes/Content.php'; 
    2929require_once BASEPATH.'classes/User.php'; 
     30require_once BASEPATH.'classes/Node.php'; 
    3031 
    3132/** Abstract a Network.  A network is an administrative entity with it's own users, nodes and authenticator. */