mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2024-11-10 05:03:44 +01:00
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
|
||
|
];
|