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:
authorMadhura Jayaratne <madhura.cj@gmail.com>2015-11-06 07:54:10 +0300
committerMadhura Jayaratne <madhura.cj@gmail.com>2015-11-06 07:54:10 +0300
commit3839d2502f6b37c067cd1f811a6aeaf58df08538 (patch)
tree64619eb1e1ca9791c593459ab7ab8d35f11acfbc /license.php
parent31b2e776e6ca6fd62c373e9676199d3ba482e5b0 (diff)
Link license.php
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
Diffstat (limited to 'license.php')
-rw-r--r--license.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/license.php b/license.php
index 7348af874f..2c463a6efb 100644
--- a/license.php
+++ b/license.php
@@ -14,6 +14,9 @@
*/
require 'libraries/common.inc.php';
+$response = PMA\libraries\Response::getInstance();
+$response->disable();
+
/**
*
*/