update
[phpmyadmin/crack.git] / tbl_properties.php3
blob9aac822e39126cdb06af747e6178da341e9cc9ba
1 <?php
2 /* $Id$ */
3 // vim: expandtab sw=4 ts=4 sts=4:
6 /**
7 * Runs common work
8 */
9 require('./tbl_properties_common.php3');
10 $err_url = 'tbl_properties.php3' . $err_url;
11 $url_query .= '&amp;goto=tbl_properties.php3&amp;back=tbl_properties.php3';
13 /**
14 * Top menu
16 require('./tbl_properties_table_info.php3');
19 <ul>
21 <!-- TABLE WORK -->
22 <?php
23 /**
24 * Query box, bookmark, insert data from textfile
26 $goto = 'tbl_properties.php3';
27 require('./tbl_query_box.php3');
30 </ul>
32 <?php
34 /**
35 * Displays the footer
37 echo "\n";
38 require('./footer.inc.php3');