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';