Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2007-07-18 19:54:09 +0400
committerMarc Delisle <marc@infomarc.info>2007-07-18 19:54:09 +0400
commite2599e32c51deb6c38dfb2d40bc8eb7b8603c226 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /server_sql.php
parent6147b3565e8a6adb345e2fb9e44bc99f61294947 (diff)
start QA_2_11
Diffstat (limited to 'server_sql.php')
-rw-r--r--server_sql.php36
1 files changed, 0 insertions, 36 deletions
diff --git a/server_sql.php b/server_sql.php
deleted file mode 100644
index 449025aa3e..0000000000
--- a/server_sql.php
+++ /dev/null
@@ -1,36 +0,0 @@
-<?php
-/* vim: set expandtab sw=4 ts=4 sts=4: */
-/**
- *
- * @version $Id$
- */
-
-/**
- *
- */
-require_once './libraries/common.inc.php';
-
-/**
- * Does the common work
- */
-$js_to_run = 'functions.js';
-require_once './libraries/server_common.inc.php';
-require_once './libraries/sql_query_form.lib.php';
-
-
-/**
- * Displays the links
- */
-require './libraries/server_links.inc.php';
-
-
-/**
- * Query box, bookmark, insert data from textfile
- */
-PMA_sqlQueryForm();
-
-/**
- * Displays the footer
- */
-require_once './libraries/footer.inc.php';
-?>