Initial commit

This commit is contained in:
Porawit Dongwang
2026-09-16 23:20:08 +07:00
commit 0041668dbb
32577 changed files with 3687927 additions and 0 deletions
@@ -0,0 +1,9 @@
<?php
/**
* TTMQMS Enterprise - Root Front Controller (XAMPP / MAMP Fallback)
*
* This file allows running the application directly from the htdocs root folder (e.g. /ttm)
* without requiring custom Apache Virtual Hosts, DocumentRoot modifications, or mod_rewrite.
*/
require_once __DIR__ . '/public/index.php';