PHP Classes

File: secure_page.php

Recommend this page to a friend!
  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: 22 years ago
Size: 106 bytes
 

Contents

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