$now = date(" Y-m-d ");
$yr = substr($now,-11,4);
$mo = substr($now,-6,2);
$da = substr($now,-3);
/* year, month, and day to kill the program if payment has not been made. To eliminate
remove the include timebomb at line 4 in index.phtml and the following 3 lines. */
$deadyr = 2001;
$deadmo = 7;
$deadda = 01;
/*
if ($yr >= $deadyr){
if ($mo >= $deadmo){
if ($da >= $deadda){
echo " Program error # A666 --- Contact program designer to check payment time out";
echo "| include ("includes/menu.inc"); ?> |
|