Subversion Repositories LCARS

Rev

Rev 56 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
56 PointedEar 1
<?php
162 PointedEar 2
  /* Set language to English */
56 PointedEar 3
  $language = 'en';
4
  $locale = 'en_US.UTF-8';
5
  putenv("LC_ALL=$locale");
6
  setlocale(LC_ALL, $locale);
7
 
8
  require_once 'global.php';
9
  require_once 'index.phtml';
10
?>