clipbucket/upload/module.php
Fawaz 00b9d1c9de Fixed : Admin area collection view link
Updated : jQuery UI Version
Removed : jquery.dimensions.js from admin_area
Removed : Video collections instances from ajax.php
Registered : load_photo_controls smarty function
Added : jquery_plugs/jquery.cbtagger.js
Added : New functions cb_show_page and cb_parse_args_string
Added : load_photo_controls function in functions_photos.php
Defined : PARENT_PAGE and THIS_PAGE in module.php
2012-04-30 10:49:46 +00:00

26 lines
No EOL
592 B
PHP

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