From 7767727f414b1c1c91d78d75e44cbb19f3f160bc Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Wed, 13 May 2026 14:09:32 +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..72aa814 --- /dev/null +++ b/db/config.php @@ -0,0 +1,17 @@ + PDO::ERRMODE_EXCEPTION, + PDO::ATTR_DEFAULT_FETCH_MODE => PDO::FETCH_ASSOC, + ]); + } + return $pdo; +}