Show pageOld revisionsBacklinksCopy this pageExport to PDFFold/unfold allBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== DokuWiki ====== ===== Customizations ===== ==== Upload Plugin ==== <code> // check auth $AUTH = auth_quickaclcheck("$NS:*"); if($AUTH < AUTH_UPLOAD) { if($_FILES['upload']['tmp_name']){ msg($lang['uploadfail'], -1); } return; } </code> ==== Numbered Headings ==== docs/wiki.txt Last modified: 2026/02/06 18:51by robert