10 lines
123 B
PHP
Executable File
10 lines
123 B
PHP
Executable File
<?php
|
|
|
|
// $supported_locales = array('fr_FR', 'en_US');
|
|
|
|
$_SESSION['lang'] = 'fr_FR';
|
|
|
|
// $_SESSION['lang'] = 'en_US';
|
|
|
|
?>
|