sorry, wrong version checked in
[phpmyadmin/arisferyanto.git] / server_sql.php
blob3e7d83e557b1069023674d700855e05b540e88cf
1 <?php
2 /* $Id$ */
3 // vim: expandtab sw=4 ts=4 sts=4:
5 require_once('./libraries/common.lib.php');
7 /**
8 * Does the common work
9 */
10 $js_to_run = 'functions.js';
11 require_once './server_common.inc.php';
12 require_once './libraries/sql_query_form.lib.php';
15 /**
16 * Displays the links
18 require './server_links.inc.php';
21 /**
22 * Query box, bookmark, insert data from textfile
24 PMA_sqlQueryForm();
26 /**
27 * Displays the footer
29 require_once './footer.inc.php';