diff --git a/config.inc.php b/config.inc.php deleted file mode 100644 index 6c0117a..0000000 --- a/config.inc.php +++ /dev/null @@ -1,120 +0,0 @@ - array('mp3', 'ogg', 'wav'), - 'document' => array('doc', 'odt', 'pdf'), - 'image' => array('gif', 'jpeg', 'jpg', 'png'), - 'video' => array('avi', 'mov', 'mp4', 'mpeg', 'mpg', 'wmv') - ); -$reservedusers = array('all', 'watchlist'); - -include_once('debug.inc.php'); -?>