Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Daniel Kushner | > | PasswdAuth | > | secure_page_admin.php | > | Download | ||
|
Download |
<?php include('class.PasswdAuth.inc'); $auth = new PasswdAuth(); $auth->check('admin'); echo "You're in"; ?> |