From f6518fa48b5e581d61217064b50d4d7be656660b Mon Sep 17 00:00:00 2001 From: Knah Tsaeb Date: Thu, 2 Jan 2020 12:17:07 +0100 Subject: [PATCH] Add video support --- user_config.php | 46 ---------------------------------------------- 1 file changed, 46 deletions(-) delete mode 100644 user_config.php diff --git a/user_config.php b/user_config.php deleted file mode 100644 index c7115a8..0000000 --- a/user_config.php +++ /dev/null @@ -1,46 +0,0 @@ -"; // Breadcrumb parts separator - -//RSS SETTINGS -$description = "MiniGal Nano"; -$nb_items_rss = 25; // Number of elements to display in the feed. If you add a lot of pictures at the time, consider increasing this number -$rss_refresh_interval = 320; // Time, in seconds, between two RSS refresh. for example, 3600 = 1update max per hour, 86400 = 1/day. -$keep_extensions = array('jpg', 'jpeg', 'png', 'gif'); //Files with one of this extension will not be displayed on the RSS feed - -//ADVANCED SETTINGS -$thumb_size = 320; // Thumbnail height/width (square thumbs). Changing this will most likely require manual altering of the template file to make it look properly! -$label_max_length = 40; // Maximum chars of a folder name that will be displayed on the folder thumbnail -$display_exif = 0; // Take care, even if not diplayed EXIF are still readable for visitors. May be a good idea to erase EXIF data... -$display_filename = 1; // Show file names below the pictures -?>