clipbucket/upload/module.php
Arslan Hassan ee101b63b9 Fixed : Current page and Next Page
Fixed : Photo Download Issue
Fixed : Video by filename issue
Added : ClipBucket Security Key
Fixed : SEO URls little more
Cleaned : Functions
Added : Logout Hooks
Added : Module
Added : Signup Hooks
2012-03-17 12:50:07 +00:00

24 lines
No EOL
516 B
PHP

<?php
/*
***************************************************************
| Copyright (c) 2007-2010 Clip-Bucket.com. All rights reserved.
| @ Author : ArslanHassan
| @ Software : ClipBucket , © PHPBucket.com
****************************************************************
*/
define("IN_MODULE",true);
require 'includes/config.inc.php';
$pages->page_redir();
//Loading Module Files
load_modules();
if(!defined("THIS_PAGE"))
e("Invalid module");
display_it();
?>