1<?php
2
3/**
4 * Plugin BatchEdit: Configuration defaults
5 *
6 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
7 * @author     Mykola Ostrovskyy <dwpforge@gmail.com>
8 */
9
10$conf['timelimit'] = 0;
11$conf['sessionexp'] = 3600;
12