made inline expanding of images optional

This commit is contained in:
Savetheinternet 2011-07-07 23:07:38 +10:00
parent 235163883d
commit 11409bb9d7
3 changed files with 63 additions and 52 deletions

View file

@ -249,6 +249,9 @@
$config['show_ratio'] = false;
// Display the file's original filename
$config['show_filename']= true;
// Inline expanding of images with Javascript
$config['inline_expanding'] = true;
// Directory where temporary files will be created. Not really used much yet except for some experimental stuff.
$config['tmp'] = '/tmp';