From 3d9b591a71802ec7218b0941c173eb88899c7a7a Mon Sep 17 00:00:00 2001 From: Shreyas Minocha Date: Sun, 7 Jun 2020 18:49:41 +0530 Subject: [PATCH] Fix config file bugs --- res/config.example.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/config.example.php b/res/config.example.php index 6802976..fb29a2f 100644 --- a/res/config.example.php +++ b/res/config.example.php @@ -6,8 +6,8 @@ $site_name = "insert-coin"; // what the site will be called -$root = "/srv/www/htdocs/insert-coin"; // the absolute path of this instance -$webroot = "/insert-coin/" // path of instance relative to +$root_name = "/srv/www/htdocs/insert-coin"; // the absolute path of this instance +$webroot = "/insert-coin/"; // path of instance relative to // web-root (I.E., how it looks in // the URL without the hostname)