.gitignore is now working
This commit is contained in:
parent
7201930c07
commit
36c457d658
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,5 +1,5 @@
|
|||||||
# ignore
|
# ignore
|
||||||
|
|
||||||
admin/shape/
|
/admin/shape/
|
||||||
images/
|
/images/
|
||||||
config.db.php
|
/config.db.php
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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 |
Loading…
Reference in New Issue
Block a user