8000 bug #33 Don't hardcode check.php (ro0NL) · symfony/requirements-checker@9919781 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9919781

Browse files
committed
bug #33 Don't hardcode check.php (ro0NL)
This PR was squashed before being merged into the 1.1.x-dev branch (closes #33). Discussion ---------- Don't hardcode check.php The default NGINX configuration (https://symfony.com/doc/current/setup/web_server_configuration.html#nginx) doesnt allow `check.php` to be accessed. As a work-around i renamed it to index.php, in this case "Re-check" will response a 404, as the script still assumes check.php for a filename. This solves it. Commits ------- c015e00 Don't hardcode check.php
2 parents a64dd6e + c015e00 commit 9919781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/check.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@
419419

420420
<ul class="symfony-install-continue">
421421
<?php if ($hasMajorProblems || $hasMinorProblems): ?>
422-
<li><a href="check.php">Re-check configuration</a></li>
422+
<li><strong>Refresh the page to re-check configuration</strong></li>
423423
<?php endif; ?>
424424
</ul>
425425
</div>

0 commit comments

Comments
 (0)
0