From: <se...@us...> - 2002-08-18 12:41:27
|
Update of /cvsroot/memship/memship In directory usw-pr-cvs1:/tmp/cvs-serv10778 Modified Files: index.php Added Files: README Removed Files: STYLE TODO memship_schema_mysql.txt memship_schema_pgsql.txt Log Message: Reorganize source code a bit. Added doc/ directory --- NEW FILE: README --- For a new installation of Memship, edit these files includes/head.php html outline includes/liblogin.php db info Index: index.php =================================================================== RCS file: /cvsroot/memship/memship/index.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.php 16 Aug 2002 15:28:04 -0000 1.2 --- index.php 18 Aug 2002 12:41:24 -0000 1.3 *************** *** 1,2 **** --- 1,5 ---- + <?php + include('liblogin.php'); + ?> <html> <head> --- STYLE DELETED --- --- TODO DELETED --- --- memship_schema_mysql.txt DELETED --- --- memship_schema_pgsql.txt DELETED --- |