Added configurabe image identification

This commit is contained in:
Jano Slota 2014-05-06 19:15:59 +02:00 committed by czaks
parent cd15458a32
commit 593560956c
2 changed files with 12 additions and 4 deletions

View file

@ -742,8 +742,12 @@
// Display the file's original filename.
$config['show_filename'] = true;
// Display image identification links using regex.info/exif, TinEye and Google Images.
// Display image identification links using ImgOps, regex.info/exif and Google Images.
$config['image_identification'] = false;
// Which of the identification links to display. Only works if $config['image_identification'] is true.
$config['image_identification_imgops'] = true;
$config['image_identification_exif'] = true;
$config['image_identification_google'] = true;
// Number of posts in a "View Last X Posts" page
$config['noko50_count'] = 50;