Update of /cvsroot/phpwiki/phpwiki/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv17066/lib
Modified Files:
config.php
Log Message:
added "phpwiki:" protocol within named links [name|uri]
UpdateRecentChanges() uses "phpwiki:" instead of raw url now
Index: config.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/lib/config.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** config.php 2000/10/31 16:18:42 1.11
--- config.php 2000/10/31 17:07:08 1.12
***************
*** 188,191 ****
--- 188,193 ----
// allowed protocols for links - be careful not to allow "javascript:"
+ // within a named link [name|uri] one more protocol is defined: phpwiki
+ // that phpwiki protocol must not be used below
$AllowedProtocols = "http|https|mailto|ftp|news|gopher";
|