new moderation portal with CRUD operations and map preview function, bugfixes, comments and improved textblocks #7
@@ -1,8 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
// =====================================================================
|
// =====================================================================
|
||||||
// Database Helper
|
// Database Helper Functions
|
||||||
// Provides PDO Connection to Database and shared miscellaneous
|
// Provides PDO Connection, JSON Response Helpers, Category Definitions
|
||||||
// Functions for all API Endpoints.
|
// and shared miscellaneous Functions for all API Endpoints.
|
||||||
// =====================================================================
|
// =====================================================================
|
||||||
|
|
||||||
require_once __DIR__ . '/init.php';
|
require_once __DIR__ . '/init.php';
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ if (!$municipality) {
|
|||||||
<!-- Leaflet Polyline Measurement Tool -->
|
<!-- Leaflet Polyline Measurement Tool -->
|
||||||
<!-- <link rel="stylesheet" href="https://ppete2.github.io/Leaflet.PolylineMeasure/Leaflet.PolylineMeasure.css"> -->
|
<!-- <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">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
|
||||||
|
|
||||||
<!-- Application Styles -->
|
<!-- Application Styles -->
|
||||||
|
|||||||
Reference in New Issue
Block a user