$v) { if($debug && in_array($k,$debug_vars)) $v = 'on'; if($log_errors && in_array($k,$log_vars)) { $v = 'on'; $out .= 'ini_set(\'error_log\',\''.GV_RootPath.'logs/php_error.log\');'.$EOL; } $out .= 'ini_set(\''.$k.'\',\''.$v.'\');'.$EOL; $out .= $extra_conf; } if($error === false) { if(file_put_contents(dirname( __FILE__ ) . "/../../config/_GV.php", $out) === false) { return false; } else return true; } return false; } function check_binaries() { $binaries = array( 'PHP CLI'=> GV_cli, 'ImageMagick (convert)'=> GV_imagick, 'PDF 2 SWF'=> GV_pdf2swf, 'Unoconv'=> GV_unoconv, 'SWFextract'=> GV_swf_extract, 'SWFrender'=> GV_swf_render, 'MP4Box'=> GV_mp4box, 'xpdf (pdf2text)'=>GV_pdftotext, 'ImageMagick (composite)'=> GV_pathcomposite, 'Exiftool'=> GV_exiftool, 'FFmpeg'=> GV_ffmpeg, 'MPlayer'=> GV_mplayer ); echo '

'._('setup::Executables').'

'; echo ''; return; } function check_mod_auth_token() { if(GV_h264_streaming !== true) return; ?>

mod_auth_token configuration

Apache Server mods avalaibility