Update of /cvsroot/phpmp/phpMP
In directory usw-pr-cvs1:/tmp/cvs-serv18083
Modified Files:
index.php
Log Message:
It is finally starting to all come together!
Index: index.php
===================================================================
RCS file: /cvsroot/phpmp/phpMP/index.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- index.php 1 Apr 2002 09:43:20 -0000 1.7
+++ index.php 1 Apr 2002 23:48:40 -0000 1.8
@@ -66,7 +66,7 @@
//echo $string . "<br><br>" . $retstring;
- print "Welcome, one and all!!!!!<br>\n" . $Template->box_sql;
+ print "Welcome, one and all!!!!!<br>\n";
$Template->Blocking('EndBig');
|