From 429c74537c02a1f7d4032d6478f184f4ca362d3b Mon Sep 17 00:00:00 2001 From: www-data Date: Thu, 18 Feb 2010 23:44:44 +0100 Subject: Personal config is now stored in config.php If config.php is not created, config_default.php will be used --- config_default.php | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100755 config_default.php (limited to 'config_default.php') diff --git a/config_default.php b/config_default.php new file mode 100755 index 0000000..d479ba4 --- /dev/null +++ b/config_default.php @@ -0,0 +1,35 @@ + '128k 64k 1 240x160', + '3g' => '350k 64k 1 408x272', + 'Wifi' => '512k 128k 2 480x320' + ); + + // Misc + $ffmpegpath = '/usr/bin/ffmpeg'; + + // Version + $isdversion = "0.3.6-alpha"; +?> -- cgit v1.2.3