Fix config file bugs

This commit is contained in:
Shreyas Minocha 2020-06-07 18:49:41 +05:30 committed by Jaidyn Ann
parent 75b782f5bd
commit 3d9b591a71

View File

@ -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)