commented db.php

This commit is contained in:
2026-04-22 15:43:01 +02:00
parent 3e73dee40b
commit d98d6a6713
2 changed files with 4 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
<?php
// =====================================================================
// Database Helper
// Provides PDO Connection to Database and shared miscellaneous
// Functions for all API Endpoints.
// Database Helper Functions
// Provides PDO Connection, JSON Response Helpers, Category Definitions
// and shared miscellaneous Functions for all API Endpoints.
// =====================================================================
require_once __DIR__ . '/init.php';

View File

@@ -56,7 +56,7 @@ if (!$municipality) {
<!-- Leaflet Polyline Measurement Tool -->
<!-- <link rel="stylesheet" href="https://ppete2.github.io/Leaflet.PolylineMeasure/Leaflet.PolylineMeasure.css"> -->
<!-- Font Awesome 6 for Icons -->
<!-- Font Awesome for Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<!-- Application Styles -->