commented db.php
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user