PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Israel de Souza Rocha   Access Statistics   index.php   Download  
File: index.php
Role: Example script
Content type: text/plain
Description: File to be controled
Class: Access Statistics
Keep track of access statistics to site pages
Author: By
Last change:
Date: 19 years ago
Size: 225 bytes
 

Contents

Class file image Download
<?
include("accessControl.class.php");

$auditor = new accessControl();
$auditor->executeFiles();
$auditor->executeGeneric('HTTP_USER_AGENT', 1);

echo
date("Y-m-d");
echo
"<br>This is a simple page to access ";

?>