You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would make sense to inlcude $mrbs_company name already in the config.inc.php sample
file because everybody is going to want to change the name, and initially you already have
to open this file up to enter database credentials, so when you see this setting you will
be "oh cool, I can change the name!"
Currently you start using the program, get it running, then realize it says "Your company"
at the top, and then you have start google search to figure how to go about changing the
company name.
This suggestion would save new users a lot of time and hassle.
Thanks
Add this to bottom of sample config:
/* Add lines from systemdefaults.inc.php and areadefaults.inc.php below here to change the default configuration. Do _NOT_ modify systemdefaults.inc.php or areadefaults.inc.php. *//* COMPANY NAME */$mrbs_company = "Your company";
The text was updated successfully, but these errors were encountered:
(Transferred from the general mailing list)
It would make sense to inlcude
$mrbs_company
name already in the config.inc.php samplefile because everybody is going to want to change the name, and initially you already have
to open this file up to enter database credentials, so when you see this setting you will
be "oh cool, I can change the name!"
Currently you start using the program, get it running, then realize it says "Your company"
at the top, and then you have start google search to figure how to go about changing the
company name.
This suggestion would save new users a lot of time and hassle.
Thanks
Add this to bottom of sample config:
The text was updated successfully, but these errors were encountered: