Skip to content

Commit

Permalink
auth class
Browse files Browse the repository at this point in the history
  • Loading branch information
dddkkk02 committed Apr 27, 2012
1 parent 8692945 commit b386940
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions classes/auth/db.php
@@ -0,0 +1,10 @@
<?php defined('SYSPATH') or die('No direct script access.');

/**
* 数据库认证类
*
*/

class Autho_Db extends Auth {

}

0 comments on commit b386940

Please sign in to comment.