diff options
Diffstat (limited to 'lib/phplib/Seminar_Default_Auth.php')
| -rw-r--r-- | lib/phplib/Seminar_Default_Auth.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/phplib/Seminar_Default_Auth.php b/lib/phplib/Seminar_Default_Auth.php new file mode 100644 index 0000000..146c588 --- /dev/null +++ b/lib/phplib/Seminar_Default_Auth.php @@ -0,0 +1,19 @@ +<?php + +/** + * Seminar_Default_Auth.php + * + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of + * the License, or (at your option) any later version. + * + * @author André Noack <noack@data-quest.de> + * @copyright 2000 Stud.IP Core-Group + * @license http://www.gnu.org/licenses/gpl-2.0.html GPL version 2 + */ +class Seminar_Default_Auth extends Seminar_Auth +{ + protected $nobody = true; +} |
