Changeset 1095

Show
Ignore:
Timestamp:
09/08/06 10:25:08 (7 years ago)
Author:
benoitg
Message:
  • Add missing require of Statistics.php in stats.php
Location:
trunk/wifidog-auth
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/CHANGELOG

    r1094 r1095  
     12006-09-07 Benoit Grégoire  <bock@step.polymtl.ca> 
     2        * Add missing require of Statistics.php in stats.php 
     3 
    142006-09-07 Benoit Grégoire  <bock@step.polymtl.ca> 
    25        * Fix non persistent content being available to add to nodes, networks and content groups. 
  • trunk/wifidog-auth/wifidog/admin/stats.php

    r1030 r1095  
    5050require_once('classes/MainUI.php'); 
    5151require_once('classes/Utils.php'); 
     52require_once('classes/Statistics.php'); 
    5253 
    5354$current_user = User :: getCurrentUser(); 
  • trunk/wifidog-auth/wifidog/config.php

    r1090 r1095  
    144144 * 
    145145 * Since PHP 5.1.0 date functions have been rewritten and require to set 
    146  * a valid timezone. 
     146 * a valid timezone.  This is ONLY used on PHP >=5.1 
    147147 * 
    148148 * You'll find a list of valid identifiers at: