Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit 998fc8c

Browse files
committed
Remove index.php on startup script link
1 parent 12721a9 commit 998fc8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/src/core/tests/startup.phtml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,11 @@
128128
<?php
129129
if ($showSkipLink) {
130130
if (count($ALL_ROWS["warning"]) && !count($ALL_ROWS["error"])) {
131-
echo "<p class='status statusWarning'><strong>Status</strong> : You have some warnings, but no fatal error detected, Pydio should run ok. <br/>Please review the warnings, and <a href='index.php?ignore_tests=true'>click here to continue to Pydio</a>.</p>";
131+
echo "<p class='status statusWarning'><strong>Status</strong> : You have some warnings, but no fatal error detected, Pydio should run ok. <br/>Please review the warnings, and <a href='?ignore_tests=true'>click here to continue to Pydio</a>.</p>";
132132
} else if(count($ALL_ROWS["error"])) {
133-
echo "<p class='status statusError'><strong>Status</strong> : <b>You have some errors</b> that may prevent Pydio from running. Please review the error lines to check what action you should do. If you want to skip this step, simply <a href='index.php?ignore_tests=true'>click here to continue to Pydio</a>.</p>";
133+
echo "<p class='status statusError'><strong>Status</strong> : <b>You have some errors</b> that may prevent Pydio from running. Please review the error lines to check what action you should do. If you want to skip this step, simply <a href='?ignore_tests=true'>click here to continue to Pydio</a>.</p>";
134134
}else{
135-
echo "<p class='status'><strong>Status</strong> : <b>No specific errors</b> were detected, your Pydio installation should run smoothly! <br/><a href='index.php?ignore_tests=true'>Click there to continue to Pydio</a></p>";
135+
echo "<p class='status'><strong>Status</strong> : <b>No specific errors</b> were detected, your Pydio installation should run smoothly! <br/><a href='?ignore_tests=true'>Click there to continue to Pydio</a></p>";
136136
}
137137
}
138138
?>

0 commit comments

Comments
 (0)