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

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

add an admin page to choose the extension to handle

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