PHP Classes

File: config.php

Recommend this page to a friend!
  Classes of Camilo Sperberg   HTML Utilities   config.php   Download  
File: config.php
Role: Configuration script
Content type: text/plain
Description: The configuration file
Class: HTML Utilities
Create HTML documents programmatically
Author: By
Last change: changed order
Date: 13 years ago
Size: 281 bytes
 

Contents

Class file image Download
<?php if (!isset($proc)) die('No direct access allowed!');

define('HOME','http://'.$_SERVER['SERVER_NAME'].'/~classes/');
define('ROUT','/home/classes/public_html/');

define('LOCALE','es_CL');
define('CHARSET','UTF-8');

define('IM_DIR','im/');
define('JS_DIR','js/');