[PHPPlanner-cvs] phpplanner/admin config.php,1.1,1.2
Status: Beta
Brought to you by:
tomsommer
From: Tom S. <tom...@us...> - 2004-04-24 22:43:03
|
Update of /cvsroot/phpplanner/phpplanner/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4236/admin Modified Files: config.php Log Message: Make config-admin work Index: config.php =================================================================== RCS file: /cvsroot/phpplanner/phpplanner/admin/config.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- config.php 1 Sep 2003 21:01:44 -0000 1.1 +++ config.php 24 Apr 2004 22:42:54 -0000 1.2 @@ -4,7 +4,7 @@ { build_config($_POST); } - include('../test.php'); + include('../config.php'); ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"> <html> |