Update of /cvsroot/phpmychat/phpMyChat-0.15/chat/lib
In directory usw-pr-cvs1:/tmp/cvs-serv21784/chat/lib
Modified Files:
smilies.lib.php3
Log Message:
Remove the unecessary validation at the beginning
Index: smilies.lib.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/lib/smilies.lib.php3,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** smilies.lib.php3 2001/05/30 08:07:12 1.14
--- smilies.lib.php3 2001/05/30 19:26:11 1.15
***************
*** 31,44 ****
/**
- * Ensure this library is called by another of the phpMyChat scripts (fix a
- * security hole)
- */
- if (!dbSessionIsRegistered('lang'))
- {
- exit();
- }
-
-
- /**
* The table below define smilies' codes and associated gif names, width and
* height.
--- 31,34 ----
|