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
path: root/js
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
parent85064d4ae318176616c3648a5bf15e98404f80c3 (diff)
Best practice: remove PHP closing tag
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'js')
-rw-r--r--js/get_scripts.js.php1
-rw-r--r--js/whitelist.php1
2 files changed, 0 insertions, 2 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();";
}
-?>
diff --git a/js/whitelist.php b/js/whitelist.php
index af9ec56fcf..b6793d525e 100644
--- a/js/whitelist.php
+++ b/js/whitelist.php
@@ -35,4 +35,3 @@ foreach ($GLOBALS['goto_whitelist'] as $one_whitelist) {
$i++;
echo 'PMA_gotoWhitelist[' . $i . ']="' . $one_whitelist . '";' . "\n";
}
-?>