I18n.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 20 Jul 2010 03:10:29 +0000 (11:10 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 20 Jul 2010 03:10:29 +0000 (11:10 +0800)
I18n.php

index e69de29..4cd94b0 100644 (file)
--- a/I18n.php
+++ b/I18n.php
@@ -0,0 +1,14 @@
+<?php
+
+require_once 'Pman.php';
+
+class Pman_Core_i18N extends Pman
+{
+    function getAuth()
+    {
+        // anyone can downlaod this list - as it's needed prior to the login box.
+        return true;
+    }
+    
+    
+}
\ No newline at end of file