Rev 210 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 210 | Rev 227 | ||
---|---|---|---|
1 | <?php
|
1 | <?php
|
2 | /* Set language to Modern Golic Vulcan */
|
2 | /* Set language to Modern Golic Vulcan */
|
3 | $language = 'vuh-Latn-Gol-modern'; |
3 | $language = 'vuh-Latn-Gol-modern'; |
4 | $locale = 'en_EN.UTF-8'; |
4 | $locale = 'en_EN.UTF-8'; |
5 | putenv("LC_ALL=$locale"); |
5 | putenv("LC_ALL=$locale"); |
6 | setlocale(LC_ALL, $locale); |
6 | setlocale(LC_ALL, $locale); |
7 | 7 | ||
8 | require_once 'global.php'; |
8 | require_once 'global.php'; |
9 | require_once 'application/layouts/index/index.phtml'; |
9 | require_once 'application/layouts/index/index.phtml'; |
10 | ?>
|
10 | ?>
|