Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| docs:wiki [2026/02/06 18:24] – created robert | docs:wiki [2026/02/06 18:51] (current) – robert | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== DokuWiki ====== | ====== DokuWiki ====== | ||
| + | |||
| + | ===== Customizations ===== | ||
| + | |||
| + | ==== Upload Plugin ==== | ||
| + | |||
| + | < | ||
| + | // check auth | ||
| + | $AUTH = auth_quickaclcheck(" | ||
| + | if($AUTH < AUTH_UPLOAD) { | ||
| + | if($_FILES[' | ||
| + | msg($lang[' | ||
| + | } | ||
| + | return; | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | ==== Numbered Headings ==== | ||