From 5135eae59c4edeee497b641aff189206daf6c6bc Mon Sep 17 00:00:00 2001 From: dairiki Date: Fri, 8 Feb 2002 15:46:30 +0000 Subject: [PATCH] Backport Carstens fix to stable branch. (Don't inline TIFFs, since most browsers can't deal with them.) git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/branches/release-1_2-branch@1930 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/config.php b/lib/config.php index 876f4cfb9..35b4b2e65 100644 --- a/lib/config.php +++ b/lib/config.php @@ -10,7 +10,7 @@ if (!function_exists('rcs_id')) { function rcs_id($id) { echo "\n"; }; } - rcs_id('$Id: config.php,v 1.24.2.12 2001-12-27 01:36:35 carstenklapp Exp $'); + rcs_id('$Id: config.php,v 1.24.2.13 2002-02-08 15:46:30 dairiki Exp $'); // end essential internal stuff @@ -198,7 +198,7 @@ $AllowedProtocols = "http|https|mailto|ftp|news|nntp|gopher"; // URLs ending with the following extension should be inlined as images - $InlineImages = "png|jpg|gif|tiff|tif"; + $InlineImages = "png|jpg|gif"; // Uncomment this to automatically split WikiWords by inserting spaces. // The default is to leave WordsSmashedTogetherLikeSo in the body text. -- 2.45.0