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 /public.php | |
| parent | 77e6d589ffdf4ddb381f0b63b319e59bacfff1e8 (diff) | |
move db-prefs shortcut functions to functions.php
Diffstat (limited to 'public.php')
| -rw-r--r-- | public.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public.php b/public.php index 8a02387cf..43aa66c1d 100644 --- a/public.php +++ b/public.php @@ -6,7 +6,6 @@ require_once "sessions.php"; require_once "functions.php"; require_once "sanity_check.php"; - require_once "db-prefs.php"; startup_gettext(); |