Update of /cvsroot/phpmp/phpMP/includes
In directory usw-pr-cvs1:/tmp/cvs-serv19943/includes
Modified Files:
core.php
Log Message:
Auth a little better. Added verification. I keep updating that whole language thing, too.
Index: core.php
===================================================================
RCS file: /cvsroot/phpmp/phpMP/includes/core.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** core.php 27 Jul 2002 12:16:00 -0000 1.19
--- core.php 12 Aug 2002 01:08:29 -0000 1.20
***************
*** 40,43 ****
--- 40,49 ----
******************************************************************************/
+ if( !defined('IN_PHPMP') ) {
+
+ die("Hacking attempt.");
+
+ }
+
class Debug { //Taken from InvisionBoard and modified lightly. Will replace eventually.
|