PHP Classes

File: load.php

Recommend this page to a friend!
  Classes of Subin Siby   PHP HTML Compressor   load.php   Download  
File: load.php
Role: Auxiliary script
Content type: text/plain
Description: Application script
Class: PHP HTML Compressor
Compress Web pages HTML, CSS and JavaScript
Author: By
Last change: Update of load.php
Date: 3 months ago
Size: 218 bytes
 

Contents

Class file image Download
<?
ini_set
("display_errors", "on");

/* The full path of the SC's directory */
$siteRoot = realpath(dirname(__FILE__)."/");
include
"$siteRoot/includes/class.siteCompressor.php";
$SC = new SiteCompressor($siteRoot);
?>