Changeset 308 for trunk/trax/vendor/trax/php_shell.php
- Timestamp:
- 03/19/09 10:40:34 (3 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/php_shell.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/php_shell.php
r244 r308 28 28 29 29 @ob_end_clean(); 30 error_reporting(E_ALL );30 error_reporting(E_ALL ^ E_NOTICE); 31 31 set_time_limit(0); 32 32
