From 0b045d57b2164b5ce003955d79627ae506a153eb Mon Sep 17 00:00:00 2001 From: cflip <36554078+cflip@users.noreply.github.com> Date: Sat, 17 Apr 2021 17:13:41 -0600 Subject: Change location of config file The config has been moved inside the project dir and .gitignored. This makes the project work on Windows because Windows does not have a /var directory. --- includes/db_inc.php | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'includes') diff --git a/includes/db_inc.php b/includes/db_inc.php index 10740d8..b7c361d 100644 --- a/includes/db_inc.php +++ b/includes/db_inc.php @@ -1,13 +1,5 @@