diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-10-06 11:31:26 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-10-06 11:31:26 +0200 |
commit | 94c0297d119ce52ad794c18f26220311e3c0ed8c (patch) | |
tree | 8e1e6f0679b7892f34e20307e1404cc20a234a56 /lib/plugins/auth.php | |
parent | 3094e817f9f8c3971ffa00a852a1acee8bbcfd4c (diff) | |
download | rpg-94c0297d119ce52ad794c18f26220311e3c0ed8c.tar.gz rpg-94c0297d119ce52ad794c18f26220311e3c0ed8c.tar.bz2 |
completed plugin.info.txt files
Diffstat (limited to 'lib/plugins/auth.php')
-rw-r--r-- | lib/plugins/auth.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/plugins/auth.php b/lib/plugins/auth.php index 637435252..39d63d8a1 100644 --- a/lib/plugins/auth.php +++ b/lib/plugins/auth.php @@ -1,4 +1,7 @@ <?php +// must be run within Dokuwiki +if(!defined('DOKU_INC')) die(); + /** * Auth Plugin Prototype * @@ -8,11 +11,7 @@ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * @author Chris Smith <chris@jalakai.co.uk> * @author Jan Schumann <js@jschumann-it.com> - */ -// must be run within Dokuwiki -if(!defined('DOKU_INC')) die(); - class DokuWiki_Auth_Plugin extends DokuWiki_Plugin { var $success = true; |