My-Little-Forum / mylittleforum

A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
GNU General Public License v3.0
122 stars 48 forks source link

Fixes and enhancements for the installation script #724

Closed auge8472 closed 3 months ago

auge8472 commented 3 months ago

One thing that bothered me because of the many installation test runs was, that the strings from the language files got included with their surrounding quotes. I introduced a function, originally meant to read ini strings, that I have adapted according to the requirements of the installation script. This made it necessary to note the section names before the key names when using the strings.

Furthermore the language selection marksthe preselected language, the template contains the writing direction from the language file and the language key error_update_settings, that was used in case of a failed update query for changed settings was created and got populated. It seems to be in use since a long time but didn't exist in the language files.