v2.0,0 - Refactor code structure for improved readability and maintainability

This commit is contained in:
naielv
2026-02-13 01:56:00 +01:00
parent 4efda27840
commit 30fce4b5a9
11 changed files with 919 additions and 310 deletions

View File

@@ -1,22 +1,2 @@
<?php ini_set("display_errors", "off");?>
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>La web del club</title>
<link rel="stylesheet" href="/newcss-terminal.css">
</head>
<body>
<header>
<h1>La web del Club</h1>
<a href="/club/">[ Inicio ]</a>
<a href="/">[ Volver a tech.eus ]</a>
</header>
<h1>Subir fotos</h1>
<h2>La contraseña es incorrecta.</h2>
</body>
</html>
<?php
header("Location: /club/?_resultcolor=red&_result=" . urlencode("La contraseña para subir fotos es incorrecta o no se ha proporcionado. Si crees que esto es un error, contacta con el administrador del sitio."));