Changeset 446 for bureau/class/config_nochk.php
- Timestamp:
- 02/22/06 00:19:09 (3 years ago)
- Files:
-
- bureau/class/config_nochk.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
bureau/class/config_nochk.php
r222 r446 1 1 <?php 2 2 /* 3 $Id: config_nochk.php,v 1. 1 2004/05/19 14:23:06 benjaminExp $3 $Id: config_nochk.php,v 1.2 2004/11/04 06:56:49 anonymous Exp $ 4 4 ---------------------------------------------------------------------- 5 5 AlternC - Web Hosting System … … 29 29 */ 30 30 31 $nocheck=1;32 require_once("config _real.php");31 define('NOCHECK', 1); 32 require_once("config.php"); 33 33 34 34 ?>
