15 lines
No EOL
475 B
PHP
15 lines
No EOL
475 B
PHP
<?php
|
|
/*
|
|
**********************************************************
|
|
| Copyright (c) 2007 Clip-Bucket.com. All rights reserved.
|
|
| @ Author : Fwhite; ArslanHassan
|
|
| @ Software : ClipBucket , © PHPBucket.com
|
|
**********************************************************
|
|
*/
|
|
require '../includes/config.inc.php';
|
|
subtitle('404');
|
|
Template('header.html');
|
|
Template('message.html');
|
|
Template('404.html');
|
|
Template('footer.html');
|
|
?>
|