Fix config file bugs

This commit is contained in:
Shreyas Minocha 2020-06-07 18:49:41 +05:30
parent 1ab9730db9
commit 734d2807c7
No known key found for this signature in database
GPG Key ID: 3740FE9FC5772203

View File

@ -6,8 +6,8 @@
$site_name = "insert-coin"; // what the site will be called $site_name = "insert-coin"; // what the site will be called
$root = "/srv/www/htdocs/insert-coin"; // the absolute path of this instance $root_name = "/srv/www/htdocs/insert-coin"; // the absolute path of this instance
$webroot = "/insert-coin/" // path of instance relative to $webroot = "/insert-coin/"; // path of instance relative to
// web-root (I.E., how it looks in // web-root (I.E., how it looks in
// the URL without the hostname) // the URL without the hostname)