Changeset 630 for trunk/includes/system.php
- Timestamp:
- Dec 8, 2013, 6:43:40 PM (12 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/includes/system.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/includes/system.phpr622 r630 45 45 ); 46 46 $Code = $Config['Web']['Locale']; 47 if(array_key_exists('Locale', $_SESSION)) $Code = $_SESSION['Locale']; 48 if(array_key_exists('locale', $_GET)) $Code = $_GET['locale']; 47 if (isset($_SESSION)) 48 if(array_key_exists('Locale', $_SESSION)) $Code = $_SESSION['Locale']; 49 if (isset($_GET)) 50 if(array_key_exists('locale', $_GET)) $Code = $_GET['locale']; 51 49 52 //echo(phpinfo()); 50 53 if(!array_key_exists($Code, $LocaleManager->Available)) $Code = 'en'; 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
