Update of /cvsroot/phpmychat/phpMyChat-0.15/chat
In directory usw-pr-cvs1:/tmp/cvs-serv26692/chat
Modified Files:
setup.php3
Log Message:
Added a warning because setup is not ready yet
Index: setup.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/setup.php3,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** setup.php3 2001/11/26 22:16:08 1.3
--- setup.php3 2001/11/29 23:06:44 1.4
***************
*** 1,2 ****
--- 1,6 ----
+ Not ready yet! Please see docs/install.txt to setup the chat "by hand".
+ <?php
+ exit();
+ ?>
<?php
//
|