I18n.php
[Pman.Core] / I18n.php
1 <?php
2
3 require_once 'Pman.php';
4
5 class Pman_Core_i18N extends Pman
6 {
7     function getAuth()
8     {
9         // anyone can downlaod this list - as it's needed prior to the login box.
10         return true;
11     }
12     
13     
14 }