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>2015-04-24 18:33:29 +0300
committerMarc Delisle <marc@infomarc.info>2015-04-24 18:33:29 +0300
commit775d1dca70b44406e0057b775cfe7162264bbe0b (patch)
tree0c59336941f27bace9feec741ef193a9c961c0fb /js/get_scripts.js.php
parent85064d4ae318176616c3648a5bf15e98404f80c3 (diff)
Best practice: remove PHP closing tag
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'js/get_scripts.js.php')
-rw-r--r--js/get_scripts.js.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/js/get_scripts.js.php b/js/get_scripts.js.php
index 742213e0f1..61777297d9 100644
--- a/js/get_scripts.js.php
+++ b/js/get_scripts.js.php
@@ -59,4 +59,3 @@ if (! empty($_GET['scripts']) && is_array($_GET['scripts'])) {
if (isset($_GET['call_done'])) {
echo "AJAX.scriptHandler.done();";
}
-?>