|
From: Arno H. <aho...@us...> - 2000-10-25 14:41:35
|
Update of /cvsroot/phpwiki/phpwiki/lib In directory slayer.i.sourceforge.net:/tmp/cvs-serv14992 Modified Files: config.php Log Message: added $InlineImages and $WikiNameRegexp Index: config.php =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/lib/config.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -r1.7 -r1.8 *** config.php 2000/10/22 19:33:35 1.7 --- config.php 2000/10/25 14:41:32 1.8 *************** *** 186,189 **** --- 186,195 ---- $AllowedProtocols = "http|https|mailto|ftp|news|gopher"; + // URLs ending with the following extension should be inlined as images + $InlineImages = "png|jpg|gif"; + + // Perl regexp for WikiNames + $WikiNameRegexp = "\b([A-Z][a-z]+){2,}\b"; + // this defines how many page names to list when displaying // the MostPopular pages; i.e. setting this to 20 will show |