mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2024-11-10 05:03:44 +01:00
85d30389b1
Introduced a new configuration file allowing optional attribution content and conditional display of the "Servers Guru" attribution link. This enhances customizability and control over displayed attributions. The changes include: - Adding a config.dist.php for default configurations. - Modifying index.php to load and utilize the new configuration options. - Updating multiple language files to support the new attribution and link display. These modifications will enable users to have a more tailored display of attributions on the website.
5 lines
182 B
PHP
5 lines
182 B
PHP
<?php
|
|
return [
|
|
'servers_guru' => true, // Show the "Servers Guru" attribution link in the info text
|
|
'attribution' => '' // Custom attribution HTML to show in the info text
|
|
]; |