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.php | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100755 config.php (limited to 'config.php') diff --git a/config.php b/config.php deleted file mode 100755 index d479ba4..0000000 --- a/config.php +++ /dev/null @@ -1,35 +0,0 @@ - '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