Minigalnano/integrate.php

7 lines
263 B
PHP
Raw Normal View History

<?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
// 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";
?>