[geeklog-cvs] geeklog-1.3/system/classes kses.class.php,1.1,1.2

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sun Feb 20 04:54:11 EST 2005


Update of /var/cvs/geeklog-1.3/system/classes
In directory www:/tmp/cvs-serv19295/system/classes

Modified Files:
	kses.class.php 
Log Message:
Included kses 0.2.2


Index: kses.class.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/system/classes/kses.class.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** kses.class.php	11 Oct 2003 11:20:55 -0000	1.1
--- kses.class.php	20 Feb 2005 09:54:08 -0000	1.2
***************
*** 1,670 ****
! <?php
! 	/*
! 	 *	This is a fork of a slick piece of procedural code called 'kses' written by Ulf Harnhammar
! 	 * The entire set of functions was wrapped in a PHP object with some internal modifications
! 	 * by Richard Vasquez (http://www.chaos.org/) 7/25/2003
! 	 *
! 	 *	The original (procedural) version of the code can be found at:
! 	 * http://sourceforge.net/projects/kses/
! 	 *
! 	 *	[kses strips evil scripts!]
[...1805 lines suppressed...]
! 			 *	Returns PHP4 OOP version # of kses.
! 			 *
! 			 *	Since this class has been refactored and documented and proven to work,
! 			 *	I'm syncing the version number to procedural kses.
! 			 *
! 			 *	@access public
! 			 *	@return string Version number
! 			 *	@since PHP4 OOP 0.0.1
! 			 */
! 			function _version()
! 			{
! 				return 'PHP4 0.2.2 (OOP fork of procedural kses 0.2.2)';
! 			}
! 		}
! 
! 
! 
! 	}
  ?>
\ No newline at end of file




More information about the geeklog-cvs mailing list