Project

General

Profile

Format for hide pattern

Added by tom brennfleck about 7 years ago

Took me a while to work out, the following works on my setup

  1. Got to the admin screen
  2. select the user
  3. change the Hide pattern entry on the screen

/^(config|dokuwiki|abc.html|xyz.htm|asd.php|lkj.php|tools|skins|bootstrap)/i

This will hide the following folders
  • config
  • dokuwiki
  • tools
  • skins
  • bootstrap
and will hide the following files
  • abc.html
  • xyz.htm
  • asd.php
  • lkj.php

chers

tom