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
|
||
|
];
|