third commit

This commit is contained in:
2026-06-11 14:06:59 +07:00
parent 69c15319dd
commit 84305e34ff
5 changed files with 0 additions and 33 deletions
-6
View File
@@ -1,11 +1,5 @@
<?php <?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
?>
<?php
require_once __DIR__ . '/../config/db.php'; require_once __DIR__ . '/../config/db.php';
require_once __DIR__ . '/../config/helpers.php'; require_once __DIR__ . '/../config/helpers.php';
-6
View File
@@ -1,11 +1,5 @@
<?php <?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
?>
<?php
require_once __DIR__ . '/../config/db.php'; require_once __DIR__ . '/../config/db.php';
require_once __DIR__ . '/../config/helpers.php'; require_once __DIR__ . '/../config/helpers.php';
-7
View File
@@ -1,10 +1,3 @@
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
?>
<?php <?php
// ============================================================ // ============================================================
// api/parcels.php — CRUD for land parcel polygons // api/parcels.php — CRUD for land parcel polygons
-7
View File
@@ -1,10 +1,3 @@
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
?>
<?php <?php
// ============================================================ // ============================================================
// api/points.php — CRUD for point features // api/points.php — CRUD for point features
-7
View File
@@ -1,10 +1,3 @@
<?php
error_reporting(E_ALL);
ini_set('display_errors', 1);
?>
<?php <?php
// ============================================================ // ============================================================
// api/roads.php — CRUD for road polylines // api/roads.php — CRUD for road polylines