00001 <?php 00002 00017 // $Id: ImplicitAuthPlugin.inc.php,v 1.2 2008/07/01 01:16:10 asmecher Exp $ 00018 00019 00020 import('plugins.Plugin'); 00021 00022 class ImplicitAuthPlugin extends Plugin { 00031 function implicitAuth() { 00032 die('ABSTRACT METHOD'); 00033 } 00034 } 00035 00036 ?>