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

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

[pdf2tab] load admin.css only on admin pages

  • 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.