source: extensions/File_Uploader/install/config_default.inc.php @ 19677

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

move file

  • Property svn:eol-style set to LF
File size: 74 bytes
Line 
1<?php
2
3$config_default = array(
4        'new_tab' => 1,
5        'overwrite' => 0,
6);
7
8?>
Note: See TracBrowser for help on using the repository browser.