diff options
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/pam.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/engine/lib/pam.php b/engine/lib/pam.php new file mode 100644 index 000000000..1986b5897 --- /dev/null +++ b/engine/lib/pam.php @@ -0,0 +1,15 @@ +<?php
+
+ /**
+ * Elgg PAM library
+ * Contains functions for managing authentication using various arbitrary methods
+ *
+ * @package Elgg
+ * @subpackage Core
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Curverider Ltd
+ * @copyright Curverider Ltd 2008
+ * @link http://elgg.org/
+ */
+
+?>
\ No newline at end of file |