clipbucket/upload/error_pages/404.php

15 lines
475 B
PHP
Raw Normal View History

2009-08-25 12:16:42 +00:00
<?php
/*
**********************************************************
| Copyright (c) 2007 Clip-Bucket.com. All rights reserved.
| @ Author : Fwhite; ArslanHassan
| @ Software : ClipBucket , <EFBFBD> PHPBucket.com
**********************************************************
*/
require '../includes/config.inc.php';
subtitle('404');
Template('header.html');
Template('message.html');
Template('404.html');
Template('footer.html');
?>