Pfadanpassung und Admin-Ordner

This commit is contained in:
Borgal
2025-08-11 15:50:08 +02:00
parent debee07afd
commit 53f568552d
5 changed files with 11 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
<?php
include('inc/secure.php');
include('secure.php');
// Verbindung herstellen
$conn = mysqli_connect($host, $user, $password, $dbname);