Skip to content

Commit 21d26ec

Browse files
committed
MAGETWO-45084: [HHVM] Functional Install builds failed Wrong Web Installation Title
- Hardcoded title for 401 error page.
1 parent c1ddc40 commit 21d26ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup/view/error/401.phtml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
// @codingStandardsIgnoreFile
88

99
?>
10+
<script>
11+
document.title = 'Magento Setup - 401 unauthorized access';
12+
</script>
1013
<section class="page-landing">
1114
<img class="logo" src="<?php echo $this->basePath() ?>/pub/images/magento-logo.svg" alt="Magento"/>
1215
<p class="text-welcome">

0 commit comments

Comments
 (0)