phpldapadmin/includes/kohana/modules/auth/classes/Auth.php

3 lines
106 B
PHP
Raw Permalink Normal View History

2013-03-19 03:39:17 +00:00
<?php defined('SYSPATH') OR die('No direct access allowed.');
abstract class Auth extends Kohana_Auth { }