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>2016-10-18 12:13:22 +0300
committerMichal Čihař <michal@cihar.com>2016-10-18 12:13:24 +0300
commit75a5fde46dbc5e880f86d8daf4a790406dd40561 (patch)
treee7b4e671c0883237e0824b56eda007cfb79c877d /index.php
parent4747bdadebf5f7b18eb89dcfe5811d987a3ede73 (diff)
Use secure.php.net for PHP documentation links
This avoids unnecessary redirect on the way (I still think this website setup is weird, but that's all I can do about it). Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 201289a07a..9bf8d6c666 100644
--- a/index.php
+++ b/index.php
@@ -469,7 +469,7 @@ if ($cfg['LoginCookieValidityDisableWarning'] == false) {
if ($gc_time < $GLOBALS['cfg']['LoginCookieValidity'] ) {
trigger_error(
__(
- 'Your PHP parameter [a@https://php.net/manual/en/session.' .
+ 'Your PHP parameter [a@https://secure.php.net/manual/en/session.' .
'configuration.php#ini.session.gc-maxlifetime@_blank]session.' .
'gc_maxlifetime[/a] is lower than cookie validity configured ' .
'in phpMyAdmin, because of this, your login might expire sooner ' .