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:
authorMichal Čihař <michal@cihar.com>2008-11-24 13:07:49 +0300
committerMichal Čihař <michal@cihar.com>2008-11-24 13:07:49 +0300
commit6a638ee908696b2e358c0f811786f2a92e1586d4 (patch)
tree9e3418a2b4433f4967d80dc012e4b9f14ec213d0 /user_password.php
parent37315b0c794df16948dc189662907df26896bb72 (diff)
Ignore some defines which configure what will be included.
Diffstat (limited to 'user_password.php')
-rw-r--r--user_password.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_password.php b/user_password.php
index 51c0fb6f09..3bc0a31973 100644
--- a/user_password.php
+++ b/user_password.php
@@ -30,6 +30,7 @@
/**
* no need for variables importing
+ * @ignore
*/
if (! defined('PMA_NO_VARIABLES_IMPORT')) {
define('PMA_NO_VARIABLES_IMPORT', true);