Login   Register  
PHP Classes
elePHPant
Icontem

File: secure_page.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Daniel Kushner  >  PasswdAuth  >  secure_page.php  >  Download  
File: secure_page.php
Role: ???
Content type: text/plain
Description: Example of a page that uses PasswdAuth for authentication
Class: PasswdAuth
Author: By
Last change:
Date: 2002-01-14 04:36
Size: 106 bytes
 

Contents

Class file image Download
<?php
include('class.PasswdAuth.inc');
$auth = new PasswdAuth();
$auth->check();
echo "You're in";
?>