[pLog-svn] r5494 - plog/branches/lifetype-1.2/class/data

oscar at devel.lifetype.net oscar at devel.lifetype.net
Tue Jun 5 16:27:58 EDT 2007


Author: oscar
Date: 2007-06-05 16:27:58 -0400 (Tue, 05 Jun 2007)
New Revision: 5494

Modified:
   plog/branches/lifetype-1.2/class/data/kses.class.php
Log:
Added support for "mms://" URIs.

Modified: plog/branches/lifetype-1.2/class/data/kses.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/data/kses.class.php	2007-06-05 20:22:35 UTC (rev 5493)
+++ plog/branches/lifetype-1.2/class/data/kses.class.php	2007-06-05 20:27:58 UTC (rev 5494)
@@ -49,7 +49,7 @@
 	 */
 	class kses
 	{
-		var $allowed_protocols = array('http', 'https', 'ftp', 'news', 'nntp', 'telnet', 'gopher', 'mailto', 'irc');
+		var $allowed_protocols = array('http', 'https', 'ftp', 'news', 'nntp', 'telnet', 'gopher', 'mailto', 'irc', 'mms' );
 		var $allowed_html      = array();
 		
 		//



More information about the pLog-svn mailing list