04.17
php
saved
phpappdev256
Note
phpappdev256 did not leave a note
phpappdev256 did not leave a note
- // File: /app/error.php
- // Purpose: To perminantly 301 Redirect URLS
- // from the Base (/) Directory to other locations
- // so as to not lose page rank or traffic.
- <?php
- class AppError extends ErrorHandler{
- 'asdfwefs' => 'http://www.google.com',
- 'whats_up_doc' =>'/articles/view/whats_up_doc'
- );
- function __construct($method, $messages) {
- exit;
- }
- }
- }
- parent::__construct($method, $messages);
- exit;
- }
- }
- ?>
Parsed in 0.045 seconds, using GeSHi 1.0.7.14