[Firebug-cvs] firebug/web db_table_select.php,1.6,1.7
Brought to you by:
doolin
From: David M. D. <do...@us...> - 2004-07-05 19:44:09
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21765 Modified Files: db_table_select.php Log Message: Took out the automatic refresh due to a problem carrying php session variables forward. Index: db_table_select.php =================================================================== RCS file: /cvsroot/firebug/firebug/web/db_table_select.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** db_table_select.php 30 Mar 2004 23:26:52 -0000 1.6 --- db_table_select.php 5 Jul 2004 19:44:00 -0000 1.7 *************** *** 1,3 **** ! <?php> session_start(); session_register("dbname"); --- 1,3 ---- ! <?php session_start(); session_register("dbname"); *************** *** 8,13 **** --- 8,15 ---- <head> <title>FireBug Client</title> + <!-- <META HTTP-EQUIV="Refresh" CONTENT="30;URL=http://localhost/firebug/db_table_select.php"> + --> <link rel="SHORTCUT ICON" href="./images/favicon.ico"> <link type="text/css" rel="stylesheet" href="firebug.css"> |