Merge branch 'QA_3_4'
[phpmyadmin/last10db.git] / server_sql.php
blob243d0bf0db2d83caf2779662b451682da1af3ba6
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
5 * @package phpMyAdmin
6 */
8 /**
11 require_once './libraries/common.inc.php';
13 /**
14 * Does the common work
16 $GLOBALS['js_include'][] = 'functions.js';
17 $GLOBALS['js_include'][] = 'sql.js';
19 require_once './libraries/server_common.inc.php';
20 require_once './libraries/sql_query_form.lib.php';
23 /**
24 * Displays the links
26 require './libraries/server_links.inc.php';
29 /**
30 * Query box, bookmark, insert data from textfile
32 PMA_sqlQueryForm();
34 /**
35 * Displays the footer
37 require './libraries/footer.inc.php';