diff options
| author | Andrew Dolgov <noreply@fakecake.org> | 2021-02-22 23:25:14 +0300 |
|---|---|---|
| committer | Andrew Dolgov <noreply@fakecake.org> | 2021-02-22 23:25:14 +0300 |
| commit | 29ada58b4ac06178c908869e0bb078949e1cb465 (patch) | |
| tree | 9b51fb212510fccb0c0898d59b631f94eeae9387 /backend.php | |
| parent | 77e6d589ffdf4ddb381f0b63b319e59bacfff1e8 (diff) | |
move db-prefs shortcut functions to functions.php
Diffstat (limited to 'backend.php')
| -rw-r--r-- | backend.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backend.php b/backend.php index 32eb3f3b9..9bc1449d0 100644 --- a/backend.php +++ b/backend.php @@ -26,7 +26,6 @@ require_once "autoload.php"; require_once "sessions.php"; require_once "functions.php"; - require_once "db-prefs.php"; $op = (string)clean($op); $method = (string)clean($method); |