Use a different way to show the original filename

Conflicts:
	templates/post/fileinfo.html
This commit is contained in:
Jano Slota 2014-07-27 16:48:40 +02:00 committed by czaks
parent 8d8f66c701
commit d81a6c49e2
3 changed files with 17 additions and 51 deletions

View file

@ -743,6 +743,8 @@
$config['show_ratio'] = false;
// Display the file's original filename.
$config['show_filename'] = true;
// Download the file with its original filename upon clicking on it. Only works when $config['show_filename'] is true.
$config['download_filename'] = false;
// Display image identification links using ImgOps, regex.info/exif and Google Images.
$config['image_identification'] = false;