Translation update done using Pootle.
[phpmyadmin/lorilee.git] / server_sql.php
blob6a4fc68320e9f7814726e8f4e1b83f0d26c1f656
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 require_once './libraries/server_common.inc.php';
17 require_once './libraries/sql_query_form.lib.php';
20 /**
21 * Displays the links
23 require './libraries/server_links.inc.php';
26 /**
27 * Query box, bookmark, insert data from textfile
29 PMA_sqlQueryForm();
31 /**
32 * Displays the footer
34 require './libraries/footer.inc.php';