Modularize frontPayment() function in front_payment.php script to allow use with...
[openemr.git] / phpmyadmin / server_sql.php
blob449025aa3e9c7b0d9ebc99fb70d3c0ba6d467d78
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
5 * @version $Id$
6 */
8 /**
11 require_once './libraries/common.inc.php';
13 /**
14 * Does the common work
16 $js_to_run = 'functions.js';
17 require_once './libraries/server_common.inc.php';
18 require_once './libraries/sql_query_form.lib.php';
21 /**
22 * Displays the links
24 require './libraries/server_links.inc.php';
27 /**
28 * Query box, bookmark, insert data from textfile
30 PMA_sqlQueryForm();
32 /**
33 * Displays the footer
35 require_once './libraries/footer.inc.php';