7 lines
No EOL
263 B
PHP
7 lines
No EOL
263 B
PHP
<?php
|
|
$path_to_minigalnano = "minigalnano/"; // <- Enter RELATIVE path to MiniGal Nano here (eg. "subfolder/minigalnano") - DO NOT END WITH /
|
|
|
|
// DO NOT EDIT BELOW THIS LINE!
|
|
define("GALLERY_ROOT", $path_to_minigalnano);
|
|
require GALLERY_ROOT . "index.php";
|
|
?>
|