From ea10b3dae731f7e8e390a53b3986ea2feb7a2cba Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Sat, 28 Feb 2026 10:50:08 +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..227b7ab --- /dev/null +++ b/db/config.php @@ -0,0 +1,17 @@ + PDO::ERRMODE_EXCEPTION, + PDO::ATTR_DEFAULT_FETCH_MODE => PDO::FETCH_ASSOC, + ]); + } + return $pdo; +}