bad query in query box
[phpmyadmin/crack.git] / tbl_properties.php3
blobeaafe3c39ae37c89e442c994907a4250e00d6121
1 <?php
2 /* $Id$ */
5 /**
6 * Runs common work
7 */
8 require('./tbl_properties_common.php3');
9 $err_url = 'tbl_properties.php3' . $err_url;
10 $url_query .= '&amp;back=tbl_properties.php3';
12 /**
13 * Top menu
15 require('./tbl_properties_table_info.php3');
18 <ul>
20 <!-- TABLE WORK -->
21 <?php
22 /**
23 * Query box, bookmark, insert data from textfile
25 $goto = 'tbl_properties.php3';
26 require('./tbl_query_box.php3');
29 </ul>
31 <?php
33 /**
34 * Displays the footer
36 echo "\n";
37 require('./footer.inc.php3');