From c6042ad02ec8738bc3bc05fafd65896c54cc3f18 Mon Sep 17 00:00:00 2001 From: TheTroll Date: Tue, 16 Mar 2010 15:27:22 +0100 Subject: Removed my conf --- config.php | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100755 config.php diff --git a/config.php b/config.php deleted file mode 100755 index 8efcd75..0000000 --- a/config.php +++ /dev/null @@ -1,38 +0,0 @@ - '128k 64k 1 240x160', - '3g' => '350k 64k 1 408x272', - 'Wifi' => '496k 96k 2 480x320' - ); - $maxencodingprocesses=10; // Max simultaneous encoding processes - - // Misc - $ffmpegpath = '/usr/local/bin/ffmpeg'; - $segmenterpath = '/usr/local/bin/segmenter'; //path to segmenter binary - - // Version - $isdversion = "0.3.6-alpha"; -?> -- cgit v1.2.3