Changeset 93 for dev/index.php
- Timestamp:
- 11/25/06 16:46:15 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/index.php
r2 r93 1 <? 2 include( "common/index.php" ); 1 <?php 2 error_reporting(E_ALL ^ E_NOTICE); 3 include('common/index.php'); 3 4 ?>