Usuń 'dbconnect.php'

This commit is contained in:
Piotr Szefler 2021-03-26 14:16:12 +01:00
parent 8b07e6ce45
commit c1fabf8902

View File

@ -1,9 +0,0 @@
<?php
$host="localhost"; // Nazwa hosta
$db_user="events"; // Nazwa uzytkownika mysql
$db_password="Hx8hWQfe"; // Haslo do bazy
$db_name="events"; // Nazwa bazy
$table1="events"; //Nazwa tabeli
//$table2="users"; //Nazwa tabeli
$table2="manager"; //Nazwa tabeli
?>