ClipBucket version displayed
This commit is contained in:
parent
04af2da0d3
commit
47183963e2
2 changed files with 3 additions and 3 deletions
|
@ -6,6 +6,7 @@
|
||||||
| @ Software : ClipBucket , © PHPBucket.com
|
| @ Software : ClipBucket , © PHPBucket.com
|
||||||
****************************************************************
|
****************************************************************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
require'../includes/admin_config.php';
|
require'../includes/admin_config.php';
|
||||||
$userquery->admin_login_check();
|
$userquery->admin_login_check();
|
||||||
$pages->page_redir();
|
$pages->page_redir();
|
||||||
|
@ -18,7 +19,6 @@ if(!defined('SUB_PAGE')){
|
||||||
define('SUB_PAGE', 'PHP extensions info');
|
define('SUB_PAGE', 'PHP extensions info');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$post_max_size = ini_get('post_max_size');
|
$post_max_size = ini_get('post_max_size');
|
||||||
$memory_limit = ini_get('memory_limit');
|
$memory_limit = ini_get('memory_limit');
|
||||||
$upload_max_filesize = ini_get('upload_max_filesize');
|
$upload_max_filesize = ini_get('upload_max_filesize');
|
||||||
|
@ -28,7 +28,7 @@ assign("post_max_size",$post_max_size);
|
||||||
assign("memory_limit",$memory_limit);
|
assign("memory_limit",$memory_limit);
|
||||||
assign("upload_max_filesize",$upload_max_filesize);
|
assign("upload_max_filesize",$upload_max_filesize);
|
||||||
assign("max_execution_time",$max_execution_time);
|
assign("max_execution_time",$max_execution_time);
|
||||||
|
assign('VERSION',VERSION);
|
||||||
|
|
||||||
subtitle("ClipBucket Server Module Checker");
|
subtitle("ClipBucket Server Module Checker");
|
||||||
template_files("cb_server_conf_info.html");
|
template_files("cb_server_conf_info.html");
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<div class="heading">
|
<div class="heading">
|
||||||
<h2>PHP Server Configuration Info</h2>
|
<h2>PHP Server Configuration Info - ClipBucket {$VERSION}</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="alert alert-info">
|
<p class="alert alert-info">
|
||||||
|
|
Loading…
Add table
Reference in a new issue