<?php
session_start();
include_once 'http.auth.cls.php';
#$httpauth=new HTTPBasicRealmAuth('demo', 'demo');
$httpauth=new HTTPBasicRealmAuth('constant type authentication year 2013', 'demo', md5('demo'), true);
#$httpauth=new HTTPBasicRealmAuth('constant type authentication year 2013', 'demo', '90686f326894e2a1088a5ba04d661d3e', true);
include 'secure.file.eg.php';
|