source: extensions/pdf2tab/install/config_default.inc.php @ 20203

Last change on this file since 20203 was 20203, checked in by julien1311, 11 years ago

[pdf2tab] fix in admin

  • Property svn:eol-style set to LF
File size: 163 bytes
Line 
1<?php
2$config_default = array(
3        'extensions' => array('pdf', 'docx', 'doc', 'odt', 'xlsx', 'xls', 'ods', 'pptx', 'ppt', 'odp'), //Array of handled extensions
4);
5?>
Note: See TracBrowser for help on using the repository browser.