Fix comments
[phpmyadmin.git] / server_sql.php
blobf8609f49cbf6860f656f4dd7fe20e05ad8064500
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'][] = 'makegrid.js';
18 $GLOBALS['js_include'][] = 'sql.js';
20 require_once './libraries/server_common.inc.php';
21 require_once './libraries/sql_query_form.lib.php';
24 /**
25 * Displays the links
27 require './libraries/server_links.inc.php';
30 /**
31 * Query box, bookmark, insert data from textfile
33 PMA_sqlQueryForm();
35 /**
36 * Displays the footer
38 require './libraries/footer.inc.php';