This commit is contained in:
jakani24
2024-01-14 14:27:13 +01:00
5 changed files with 6 additions and 7 deletions

View File

@@ -93,4 +93,4 @@
<p>&copy; 2024 Cyberhex Antivirus by Jakach Software <a href="mailto:info.jakach@gmail.com">info.jakach@gmail.com</a></p>
</footer>
</body>
</html>
</html>

View File

@@ -161,4 +161,4 @@ $conn->close();
<p>&copy; 2024 Cyberhex Antivirus by Jakach Software <a href="mailto:info.jakach@gmail.com">info.jakach@gmail.com</a></p>
</footer>
</body>
</html>
</html>

View File

@@ -27,13 +27,13 @@
<?php
if(isset($_GET["end"])){
$success=1;
if(!unlink("create_admin.php")){
/* if(!unlink("create_admin.php")){
$success=0;
}if(!unlink("welcome.php")){
$success=0;
}if(!unlink("create_db.php")){
$success=0;
}
}*/
if($success!==1){
echo('<p style="font-size: 20px; color: red;">There was an error finishing the installation. Please try again or contact support at: <a href="mailto:info.jakach@gmail.com">info.jakach@gmail.com</a></p>');
}else{