fixed: modes checking

This commit is contained in:
sajjadcb 2014-03-21 11:24:50 +00:00
parent b97d8be47b
commit 267863cb81

View file

@ -10,7 +10,7 @@ Clipbucket requires following modules in order to work properly, we are performi
<dl>
<dt>PHP</dt>
<?php $php_ver = check_module('php'); var_dump($php_ver) ?>
<?php $php_ver = check_module('php'); ?>
<dd><?php echo msg_arr($php_ver);?></dd>
<dt>FFMPEG</dt>
<?php $ffmpeg_ver = check_module('ffmpeg'); ?>