production/Cron/Lang.php
2025-12-01 16:12:12 +00:00

10 lines
123 B
PHP
Executable File

<?php
// $supported_locales = array('fr_FR', 'en_US');
$_SESSION['lang'] = 'fr_FR';
// $_SESSION['lang'] = 'en_US';
?>