diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-06-08 11:22:56 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-06-08 11:22:56 +0000 |
| commit | bb0a335f6851cdeee98b9832d1cc3ebb7b9b3d67 (patch) | |
| tree | 6523fce6709f02f132fc808bf86e53a689034f99 /install_checks.php | |
| parent | a192b3676fc582b79bbd2bc17c3fe7359070caf1 (diff) | |
| download | install-bb0a335f6851cdeee98b9832d1cc3ebb7b9b3d67.tar.gz install-bb0a335f6851cdeee98b9832d1cc3ebb7b9b3d67.tar.bz2 install-bb0a335f6851cdeee98b9832d1cc3ebb7b9b3d67.zip | |
simply command
Diffstat (limited to 'install_checks.php')
| -rw-r--r-- | install_checks.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install_checks.php b/install_checks.php index 0d2ab6f..aa69724 100644 --- a/install_checks.php +++ b/install_checks.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/install_checks.php,v 1.31 2008/06/08 10:09:31 squareing Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_install/install_checks.php,v 1.32 2008/06/08 11:22:56 squareing Exp $ * @package install * @subpackage functions * @author xing @@ -159,7 +159,7 @@ function check_settings() { 'result' => 'Your version of Graphviz: ', ), 'ffmpeg' => array( - 'command' => 'ffmpeg 2>&1 | head -n 1', + 'command' => 'ffmpeg 2>&1', 'note' => '<a href="http://ffmpeg.mplayerhq.hu/">ffmpeg</a> is a hyper fast video and audio encoder that supports many common formats. If you are planning on uploading video and audio files, we recommend that you install this application.', ), // 'unstuff' => array( |
