24 lines
937 B
PHP
Executable file
24 lines
937 B
PHP
Executable file
<?php
|
|
/*
|
|
MINIGAL NANO, a simple PHP/HTML/CSS based image gallery script
|
|
|
|
This script and included files are subject to licensing from Creative Commons (http://creativecommons.org/licenses/by-sa/2.5/)
|
|
You may use, edit and redistribute this script, as long as you pay tribute to the original author by NOT removing the linkback to www.minigal.dk ("Powered by MiniGal Nano x.x.x")
|
|
* Website : https://github.com/sebsauvage/MinigalNano/
|
|
* Support : https://github.com/sebsauvage/MinigalNano/issues and by mail (contact [@] tomcanac [.] com)
|
|
|
|
MiniGal Nano is based on an original work by Thomas Rybak (© 2010)
|
|
Original support board : www.minigal.dk and www.minigal.dk/forum
|
|
|
|
Please enjoy this free script!
|
|
|
|
Upgraded to https://github.com/sebsauvage/MinigalNano
|
|
by Sébastien SAUVAGE.
|
|
|
|
*/
|
|
|
|
// INSERT HERE YOUR CUSTOMIZED SETTINGS
|
|
// for the list of possible options, peruse config-default.php
|
|
$title = "Your Own MiniGal Nano";
|
|
// END
|
|
?>
|