Dateien nach "install" hochladen

This commit is contained in:
2024-03-10 15:46:33 +00:00
parent 4b8c0ae9ae
commit a7f07b7d22
3 changed files with 162 additions and 0 deletions

10
install/index.php Normal file
View File

@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<title>Installation</title>
</head>
<body>
<h2>Installation Completed</h2>
<p>Installation is completed. You can now proceed to the <a href="../public/search.php">search page</a>.</p>
</body>
</html>