Changeset 1095
- Timestamp:
- 09/08/06 10:25:08 (7 years ago)
- Location:
- trunk/wifidog-auth
- Files:
-
- 3 modified
-
CHANGELOG (modified) (1 diff)
-
wifidog/admin/stats.php (modified) (1 diff)
-
wifidog/config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/CHANGELOG
r1094 r1095 1 2006-09-07 Benoit Grégoire <bock@step.polymtl.ca> 2 * Add missing require of Statistics.php in stats.php 3 1 4 2006-09-07 Benoit Grégoire <bock@step.polymtl.ca> 2 5 * Fix non persistent content being available to add to nodes, networks and content groups. -
trunk/wifidog-auth/wifidog/admin/stats.php
r1030 r1095 50 50 require_once('classes/MainUI.php'); 51 51 require_once('classes/Utils.php'); 52 require_once('classes/Statistics.php'); 52 53 53 54 $current_user = User :: getCurrentUser(); -
trunk/wifidog-auth/wifidog/config.php
r1090 r1095 144 144 * 145 145 * 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 147 147 * 148 148 * You'll find a list of valid identifiers at:
