Changeset 1150

Show
Ignore:
Timestamp:
12/11/06 21:25:51 (6 years ago)
Author:
benoitg
Message:

* install.php, config.php: Remove the obsolete PHLICKR_SUPPORT option.

Location:
trunk/wifidog-auth
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/CHANGELOG

    r1149 r1150  
    112006-12-11 Benoit Grégoire  <bock@step.polymtl.ca> 
    22        * install.php:  Fix a few problems caused by obsolete magpierss detection code. 
     3        * install.php, config.php:  Remove the obsolete PHLICKR_SUPPORT option. 
    34         
    452006-11-30 Benoit Grégoire  <bock@step.polymtl.ca> 
  • trunk/wifidog-auth/wifidog/config.php

    r1147 r1150  
    213213 
    214214/** 
    215  * Flickr Photostream content support 
    216  * ================================== 
    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 directory 
    221  * "Phlickr". 
    222  */ 
    223 define('PHLICKR_SUPPORT', true); 
    224  
    225 /** 
    226215 * Google Maps support 
    227216 * =================== 
  • trunk/wifidog-auth/wifidog/install.php

    r1149 r1150  
    295295    ), 
    296296    */ 
    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     ), 
    302297    'CONF_USE_CRON_FOR_DB_CLEANUP' => array ( 
    303298        'title' => 'Use cron for DB cleanup',