Subversion Repositories LCARS

Rev

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

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