3.3.9.1 release
[phpmyadmin/madhuracj.git] / server_sql.php
blob54141b101d4d85ec6b0f9d6d25966957cc8d8308
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
5 * @version $Id$
6 * @package phpMyAdmin
7 */
9 /**
12 require_once './libraries/common.inc.php';
14 /**
15 * Does the common work
17 $GLOBALS['js_include'][] = 'functions.js';
18 require_once './libraries/server_common.inc.php';
19 require_once './libraries/sql_query_form.lib.php';
22 /**
23 * Displays the links
25 require './libraries/server_links.inc.php';
28 /**
29 * Query box, bookmark, insert data from textfile
31 PMA_sqlQueryForm();
33 /**
34 * Displays the footer
36 require_once './libraries/footer.inc.php';