forked from leftypol/leftypol
make displaying original filename optional
This commit is contained in:
parent
0f0660eb61
commit
ef2e7c616b
2 changed files with 15 additions and 6 deletions
|
@ -246,6 +246,8 @@
|
|||
|
||||
// Display the aspect ratio in a post's file info
|
||||
$config['show_ratio'] = false;
|
||||
// Display the file's original filename
|
||||
$config['show_filename']= true;
|
||||
|
||||
// Directory where temporary files will be created. Not really used much yet except for some experimental stuff.
|
||||
$config['tmp'] = '/tmp';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue