Update of /cvsroot/phpmp/phpMP/includes
In directory sc8-pr-cvs1:/tmp/cvs-serv16877/includes
Modified Files:
constants.php
Log Message:
Last one. I swear. Still not in the Changelog, either.
Index: constants.php
===================================================================
RCS file: /cvsroot/phpmp/phpMP/includes/constants.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** constants.php 5 Dec 2002 00:33:42 -0000 1.12
--- constants.php 5 Dec 2002 00:37:25 -0000 1.13
***************
*** 1,5 ****
<?
! define("TIME_NOW", date( C_DATE_FORMAT ) );
define("ACTIVATE_DISABLED", 0);
--- 1,5 ----
<?
! define("C_TIME_NOW", date( C_DATE_FORMAT ) );
define("ACTIVATE_DISABLED", 0);
***************
*** 13,15 ****
define("AUTH_LVL_ADMIN", 4); // Administrator
! ?>
\ No newline at end of file
--- 13,15 ----
define("AUTH_LVL_ADMIN", 4); // Administrator
! ?>
|