Update of /cvsroot/firebug/firebug/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26024
Modified Files:
db_table_select.php
Log Message:
Removed phpinfo() from db_table_select.php
Index: db_table_select.php
===================================================================
RCS file: /cvsroot/firebug/firebug/web/db_table_select.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** db_table_select.php 7 Jul 2004 19:24:55 -0000 1.8
--- db_table_select.php 14 Jul 2004 22:40:38 -0000 1.9
***************
*** 33,38 ****
<?php
- phpinfo();
-
//if (!isset($HTTP_SESSION_VARS["tblname"])) {
if ($HTTP_POST_VARS["tbl1"]!=Null){
--- 33,36 ----
|