clipbucket/upload/admin_area/cb_mod_check.php

25 lines
684 B
PHP
Raw Normal View History

2013-10-07 12:17:06 +00:00
<?php
/*
***************************************************************
| Copyright (c) 2007-2008 Clip-Bucket.com. All rights reserved.
| @ Author : ArslanHassan
| @ Software : ClipBucket , <EFBFBD> PHPBucket.com
****************************************************************
*/
require'../includes/admin_config.php';
$userquery->admin_login_check();
$pages->page_redir();
2014-01-27 11:30:36 +00:00
/* Assigning page and subpage */
if(!defined('MAIN_PAGE')){
define('MAIN_PAGE', 'Tool Box');
}
if(!defined('SUB_PAGE')){
define('SUB_PAGE', 'Server Modules Info');
}
2013-10-07 12:17:06 +00:00
subtitle("ClipBucket Server Module Checker");
template_files("cb_mod_check.html");
display_it();
?>