-$sitename = 'Scuttle';
-$locale = 'en_GB';
-$top_include = 'top.inc.php';
-$bottom_include = 'bottom.inc.php';
-$shortdate = 'd-m-Y';
-$longdate = 'j F Y';
-$nofollow = true;
-$defaultPerPage = 10;
-$defaultRecentDays = 14;
-$defaultOrderBy = 'date_desc';
-$TEMPLATES_DIR = dirname(__FILE__) .'/templates/';
-$root = NULL;
-$cookieprefix = 'SCUTTLE';
-$tableprefix = 'sc_';
-$adminemail = 'admin@example.org';
-$cleanurls = false;
+$top_include = 'top.inc.php';
+$bottom_include = 'bottom.inc.php';
+$shortdate = 'd-m-Y';
+$longdate = 'j F Y';
+$nofollow = TRUE;
+$defaultPerPage = 10;
+$defaultRecentDays = 14;
+$defaultOrderBy = 'date_desc';
+$TEMPLATES_DIR = dirname(__FILE__) .'/templates/';
+$root = NULL;
+$cookieprefix = 'SCUTTLE';
+$tableprefix = 'sc_';
+$adminemail = 'admin@example.org';
+$cleanurls = FALSE;
+
+$usecache = FALSE;
+$dir_cache = dirname(__FILE__) .'/cache/';
+
+$useredir = FALSE;
+$url_redir = 'http://www.google.com/url?sa=D&q=';
+
+$filetypes = array(
+ 'audio' => array('aac', 'mp3', 'm4a', 'oga', 'ogg', 'wav'),
+ 'document' => array('doc', 'docx', 'odt', 'pages', 'pdf', 'txt'),
+ 'image' => array('gif', 'jpe', 'jpeg', 'jpg', 'png', 'svg'),
+ 'bittorrent' => array('torrent'),
+ 'video' => array('avi', 'flv', 'mov', 'mp4', 'mpeg', 'mpg', 'm4v', 'ogv', 'wmv')
+ );