1<?php
2if (!defined("DOKU_INC"))
3	die();
4
5$conf["secedit"] = 1;
6$conf["preview"] = 1;
7$conf["fastpages"] = 1;
8$conf["save"] = 0;
9$conf["fastshow"] = 0;
10$conf["fastshow_same_ns"] = 1;
11$conf["fastshow_include"] = "";
12$conf["fastshow_exclude"] = "";
13if (function_exists('curl_init')) {
14	$conf["preload"] = 0;
15	$conf["preload_batchsize"] = 10;
16	$conf["preload_per_page"] = 100;
17}
18