projects
/
pgweb-old.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b636aa1
)
Refer to the correct master server parameter name
author
Magnus Hagander
<
[email protected]
>
Tue, 21 Apr 2009 19:07:08 +0000
(19:07 +0000)
committer
Magnus Hagander
<
[email protected]
>
Tue, 21 Apr 2009 19:07:08 +0000
(19:07 +0000)
git-svn-id: file:///Users/dpage/pgweb/svn-repo/trunk@2472
8f5c7a92
-453e-0410-a47f-
ad33c8a6b003
portal/system/page/mirrors.php
patch
|
blob
|
blame
|
history
diff --git
a/portal/system/page/mirrors.php
b/portal/system/page/mirrors.php
index f3e6a57f3ccf0873269f7d99c6dcf94a7cd477fe..7056116cfc4a22dc1eb8fff8632a80ef8f37dc66 100644
(file)
--- a/
portal/system/page/mirrors.php
+++ b/
portal/system/page/mirrors.php
@@
-30,7
+30,7
@@
class Page_Mirrors extends PgPage {
'last_protocol' => $lastmirrtype,
'last_file' => $file
));
- $master = $_SETTINGS['master
_
server'];
+ $master = $_SETTINGS['masterserver'];
$this->tpl->setVariable('extra_header_data',
"<meta http-equiv=\"refresh\" content=\"5;$master/redir/$lastmirrid/$lastmirrtype/$file\" />");
}