docs:wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
docs:wiki [2026/02/06 18:24] – created robertdocs:wiki [2026/02/06 18:51] (current) robert
Line 1: Line 1:
 ====== DokuWiki ====== ====== 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.1770398652.txt.gz
  • Last modified: 2026/02/06 18:24
  • by robert