diff --git a/upload/admin_area/cb_mod_check.php b/upload/admin_area/cb_mod_check.php index 0b587a27..df258b0e 100644 --- a/upload/admin_area/cb_mod_check.php +++ b/upload/admin_area/cb_mod_check.php @@ -25,6 +25,9 @@ assign("ffmpegVersion", $ffmpegVersion); $phpVersion = check_php_cli("php"); assign("phpVersion", $phpVersion); +$MP4BoxVersion = check_mp4box("MP4Box"); +assign("MP4BoxVersion", $MP4BoxVersion); + subtitle("ClipBucket Server Module Checker"); template_files("cb_mod_check.html"); display_it(); diff --git a/upload/admin_area/styles/cb_2014/layout/cb_mod_check.html b/upload/admin_area/styles/cb_2014/layout/cb_mod_check.html index e6f3df74..97642c2a 100644 --- a/upload/admin_area/styles/cb_2014/layout/cb_mod_check.html +++ b/upload/admin_area/styles/cb_2014/layout/cb_mod_check.html @@ -45,7 +45,7 @@ A brief test to check weather server modules exist or not and what are there ver {if $phpVersion} - Version {$php_status.version} + Version {$phpVersion} {else}
php is not found
{if $php_status.error} @@ -56,7 +56,7 @@ A brief test to check weather server modules exist or not and what are there ver - +Mp4box is not found
{if $mp4box_status.error}