Changeset 1150
- Timestamp:
- 12/11/06 21:25:51 (6 years ago)
- Location:
- trunk/wifidog-auth
- Files:
-
- 3 modified
-
CHANGELOG (modified) (1 diff)
-
wifidog/config.php (modified) (1 diff)
-
wifidog/install.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/CHANGELOG
r1149 r1150 1 1 2006-12-11 Benoit Grégoire <bock@step.polymtl.ca> 2 2 * install.php: Fix a few problems caused by obsolete magpierss detection code. 3 * install.php, config.php: Remove the obsolete PHLICKR_SUPPORT option. 3 4 4 5 2006-11-30 Benoit Grégoire <bock@step.polymtl.ca> -
trunk/wifidog-auth/wifidog/config.php
r1147 r1150 213 213 214 214 /** 215 * Flickr Photostream content support216 * ==================================217 *218 * If set to true, Phlickr must be installed in PHLICKR_REL_PATH.219 *220 * Normally PHLICKR_REL_PATH is "lib/", Phlickr being installed in directory221 * "Phlickr".222 */223 define('PHLICKR_SUPPORT', true);224 225 /**226 215 * Google Maps support 227 216 * =================== -
trunk/wifidog-auth/wifidog/install.php
r1149 r1150 295 295 ), 296 296 */ 297 'PHLICKR_SUPPORT' => array (298 'title' => 'Flickr Photostream content support',299 'depend' => 'return $neededPackages[\'phlickr\'][\'available\'];',300 'message' => '<B>Phlickr</B> library not installed'301 ),302 297 'CONF_USE_CRON_FOR_DB_CLEANUP' => array ( 303 298 'title' => 'Use cron for DB cleanup',
