Changeset 181 for dev/index.php
- Timestamp:
- 01/28/07 16:04:10 (14 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
dev/index.php
r93 r181 1 1 <?php 2 error_reporting(E_ALL ^ E_NOTICE);2 @error_reporting(E_ALL ^ E_NOTICE); 3 3 include('common/index.php'); 4 4 ?>