From 72824926e375f4b8bed925fccc1b354edc9c7c57 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Tue, 17 Feb 2026 21:20:39 +0000 Subject: [PATCH] Initial version --- .perm_test_apache | 0 .perm_test_exec | 0 db/config.php | 17 +++++++++++++++++ 3 files changed, 17 insertions(+) create mode 100644 .perm_test_apache create mode 100644 .perm_test_exec create mode 100644 db/config.php diff --git a/.perm_test_apache b/.perm_test_apache new file mode 100644 index 0000000..e69de29 diff --git a/.perm_test_exec b/.perm_test_exec new file mode 100644 index 0000000..e69de29 diff --git a/db/config.php b/db/config.php new file mode 100644 index 0000000..f8fc3e4 --- /dev/null +++ b/db/config.php @@ -0,0 +1,17 @@ + PDO::ERRMODE_EXCEPTION, + PDO::ATTR_DEFAULT_FETCH_MODE => PDO::FETCH_ASSOC, + ]); + } + return $pdo; +}