Ignore:
Timestamp:
12/07/08 01:22:46 (3 years ago)
Author:
WanWizard
Message:

updated the authentication system to allow new authentication methods to be 'plugged in'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/tools/language_pack_English.php

    r2092 r2095  
    11011101        $localestrings['575'] = "Login requires HTTPS:"; 
    11021102        $localestrings['576'] = "Site access requires login:"; 
     1103        $localestrings['577'] = "Installed authentication methods"; 
     1104        $localestrings['578'] = "Method"; 
     1105        $localestrings['579'] = "Class"; 
     1106        $localestrings['580'] = "Order"; 
     1107        $localestrings['581'] = "Status"; 
     1108        $localestrings['582'] = "Options"; 
     1109        $localestrings['583'] = "Move up"; 
     1110        $localestrings['584'] = "Move down"; 
     1111        $localestrings['585'] = "Enable"; 
     1112        $localestrings['586'] = "Enabled"; 
     1113        $localestrings['587'] = "Disable"; 
     1114        $localestrings['588'] = "Disabled"; 
    11031115        $localestrings['600'] = "Albums"; 
    11041116        $localestrings['601'] = "Thumbnail width:"; 
     
    37693781if (!defined('LP_COUNTRIES')) define('LP_COUNTRIES', "us|gb|ca|au|nz|in|za|ir|mt|hk|pr"); 
    37703782if (!defined('LP_VERSION')) define('LP_VERSION', "7.20"); 
    3771 if (!defined('LP_DATE')) define('LP_DATE', "1228492311"); 
     3783if (!defined('LP_DATE')) define('LP_DATE', "1228608894"); 
    37723784$lp_date = LP_DATE; 
    37733785 
Note: See TracChangeset for help on using the changeset viewer.