undo line 687 in install.php

This commit is contained in:
alexveebee 2025-04-22 02:02:03 +00:00
parent 7e674103a7
commit d3f49bfd04

View File

@ -684,7 +684,7 @@ if ($step == 0) {
$page['body'] = ' $page['body'] = '
<textarea style="width:700px;height:370px;margin:auto;display:block;background:white;color:black" disabled>' . htmlentities(file_get_contents('LICENSE.md')) . '</textarea> <textarea style="width:700px;height:370px;margin:auto;display:block;background:white;color:black" disabled>' . htmlentities(file_get_contents('LICENSE.md')) . '</textarea>
<p style="text-align:center"> <p style="text-align:center">
<button onclick="window.location.href=\'?step=1\'">I have read and understood the agreement. Proceed to installation.</button> <a href="?step=1">I have read and understood the agreement. Proceed to installation.</a>
</p>'; </p>';
echo Element('page.html', $page); echo Element('page.html', $page);