.gitignore is now working

This commit is contained in:
Walter Hupfeld 2024-02-18 14:40:39 +01:00
parent 7201930c07
commit 36c457d658
6 changed files with 3 additions and 19 deletions

6
.gitignore vendored
View File

@ -1,5 +1,5 @@
# ignore
admin/shape/
images/
config.db.php
/admin/shape/
/images/
/config.db.php

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,16 +0,0 @@
<?
$db_server = "mariadb";
$db_user = "root";
$db_passwd = "g0r@w@";
$db_name = "nrw_melder";
$cachetime = 0;
$location_key="8b0d633d90b501";
$mapbox_key="pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw";
try {
$db = new PDO('mysql:host='.$db_server.';dbname='.$db_name.';charset=utf8mb4', $db_user, $db_passwd);
} catch (PDOException $e) {echo "Fehler: ".$e->getMessage(); die();}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 406 KiB