Update of /cvsroot/phpwiki/phpwiki
In directory usw-pr-cvs1:/tmp/cvs-serv29023/phpwiki
Modified Files:
index.php
Log Message:
added ssh to $AllowedProtocols
Index: index.php
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/index.php,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -r1.44 -r1.45
*** index.php 2001/12/27 01:34:38 1.44
--- index.php 2001/12/29 18:22:26 1.45
***************
*** 360,364 ****
// URL of these types will be automatically linked.
// within a named link [name|uri] one more protocol is defined: phpwiki
! $AllowedProtocols = "http|https|mailto|ftp|news|nntp|gopher";
// URLs ending with the following extension should be inlined as images
--- 360,364 ----
// URL of these types will be automatically linked.
// within a named link [name|uri] one more protocol is defined: phpwiki
! $AllowedProtocols = "http|https|mailto|ftp|news|nntp|ssh|gopher";
// URLs ending with the following extension should be inlined as images
|