14 lines
403 B
PHP
Executable file
14 lines
403 B
PHP
Executable file
<?php
|
|
/*
|
|
* This file is part of MinigalNano: https://github.com/sebsauvage/MinigalNano
|
|
*
|
|
* MiniGal Nano is based on an original work by Thomas Rybak (© 2010)
|
|
*
|
|
* MinigalNano is licensed under the AGPL v3 (https://gnu.org/licenses/agpl-3.0.txt).
|
|
*/
|
|
|
|
// INSERT HERE YOUR CUSTOMIZED SETTINGS
|
|
// for the list of possible options, peruse config-default.php
|
|
$title = "Your Own MiniGal Nano";
|
|
// END
|
|
?>
|