From 0ca9d7391424ff9a0b6b6cfd4731b12ec0a5ec0f Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Wed, 12 Jan 2022 07:30:06 +0100 Subject: [PATCH] Change Gallery Title --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.php b/conf/config.php index 2d56c2d..6a03d01 100644 --- a/conf/config.php +++ b/conf/config.php @@ -3,7 +3,7 @@ // Basic Settings // Gallery Title -$conf['gallery_name'] = "Seiichiro's Gallery"; +$conf['gallery_name'] = ''; // Full Filesystem Path to the Base Image Directory $conf['fs_imagedir'] = '/data0/Private/Pictures/Gallery'; // Full Filesystem Path to the Thumbnails Storage Directory