Blame |
Last modification |
View Log
| RSS feed
1
<?php
/* Set language to Klingon */
$language = 'tlh-Latn';
$locale = 'en_EN.UTF-8';
putenv("LC_ALL=$locale");
setlocale(LC_ALL
, $locale);
require_once 'global.php';
require_once 'application/layouts/index/index.phtml';
?>