Changeset 1178
- Timestamp:
- 02/05/07 16:43:05 (6 years ago)
- Location:
- trunk/wifidog-auth
- Files:
-
- 2 modified
-
CHANGELOG (modified) (1 diff)
-
wifidog/classes/Content/File/File.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/CHANGELOG
r1177 r1178 1 2007-02-05 Damien Raude-Morvan <drazzib@drazzib.com> 2 * Try to fix ticket #295 and #297 by including parent class (Content.php) in File.php. 3 1 4 2007-01-28 François Proulx <francois.proulx@gmail.com> 2 5 * First iteration of user profiles completed. -
trunk/wifidog-auth/wifidog/classes/Content/File/File.php
r1165 r1178 46 46 47 47 /** 48 * Load required classes 49 */ 50 require_once ('classes/Content.php'); 51 52 /** 48 53 * Binary or ASCII file 49 54 *
