PHP Classes

File: control.php

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

Contents

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

$auditor = new accessControl();
$auditor->resumeFiles();
$auditor->resumeGeneric(1);


?>