Show
Ignore:
Timestamp:
05/18/06 19:23:29 (7 years ago)
Author:
benoitg
Message:
  • Fix loging form incorrectly attempting to validate the

password, preventing many existing

accounts from logging-in.

  • Interim commit, begin simplifying the html ans stylesheets,

and re-doing the general look.

This is incomplete, this commit was done to fix the problem

above.

  • install.php: Fix path problems, make shel command errors

visible. Update magpie and smarty url to latest versions (note that
this won't

automatically update an existing install). Didn't touch phlickr

as I didn't know the implications

  • Add interactive scripts in sql/ to easily backup and restore a

wifidog auth server database.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/config.php

    r1033 r1035  
    210210 * Normally MAGPIE_REL_PATH is "lib/magpie/". 
    211211 */ 
    212 define('RSS_SUPPORT', false); 
     212define('RSS_SUPPORT', true); 
    213213 
    214214/** 
     
    221221 * "Phlickr". 
    222222 */ 
    223 define('PHLICKR_SUPPORT', false); 
     223define('PHLICKR_SUPPORT', true); 
    224224 
    225225/**