2013-03-23 17:35:44 +01:00
|
|
|
<?php
|
|
|
|
$path_to_minigalnano = "minigalnano/"; // <- Enter RELATIVE path to MiniGal Nano here (eg. "subfolder/minigalnano") - DO NOT END WITH /
|
2015-07-02 00:08:46 +02:00
|
|
|
|
2013-03-23 17:35:44 +01:00
|
|
|
// DO NOT EDIT BELOW THIS LINE!
|
|
|
|
define("GALLERY_ROOT", $path_to_minigalnano);
|
2015-07-02 00:08:46 +02:00
|
|
|
require GALLERY_ROOT . "index.php";
|
2013-03-23 17:35:44 +01:00
|
|
|
?>
|