forked from savetheinternet/Tinyboard
-
Notifications
You must be signed in to change notification settings - Fork 207
Open
Labels
Description
Describe the bug
Any configurations made via inc/secrets.php are only visible to the admin and not regular users. For example, if you were to change the New Topic button text with $config['button_newtopic'] = _('Post Thread');, the effect would be shown in the mod interface, but regular users would still see "New Topic".
Steps to Reproduce
1. Edit the inc/secrets.php file to add configurations.
2. Save the file.
3. Enter any board as an admin (mod.php?/board/index.html) to see the changes.
4. Go on the same board as a normal user (/board/).Expected Behavior
Any configurations made should be visible regardless of user group.Server Specifications
OS: Debian 13
PHP Version: 8.4
Web Server: NGINX
Database: MariaDB
Vichan Version: 5.2.1Additional Context
Reactions are currently unavailable