Home
last modified time | relevance | path

Searched +full:denied -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 18 of 18) sorted by relevance

/dokuwiki/inc/Action/
H A DDenied.php10 * Class Denied
12 * Show the access denied screen
16 class Denied extends AbstractAction
41 * Display error on denied pages
50 echo p_locale_xhtml('denied');
15 class Denied extends AbstractAction global() class
H A DAdmin.php33 throw new ActionException('denied');
H A DAbstractAction.php40 * the user will be shown the Denied action.
/dokuwiki/vendor/
H A D.htaccess2 Require all denied
/dokuwiki/bin/
H A D.htaccess2 Require all denied
/dokuwiki/data/
H A D.htaccess2 Require all denied
/dokuwiki/conf/
H A D.htaccess3 Require all denied
H A Dmysql.conf.php.example57 * row, access will be denied.
/dokuwiki/inc/
H A D.htaccess3 Require all denied
H A Dhtml.php12 use dokuwiki\Action\Denied;
73 * Denied page content
75 * @deprecated 2020-07-18 not called anymore, see inc/Action/Denied::tplContent()
79 dbg_deprecated(Denied::class . '::showBanner()');
80 (new Denied())->showBanner();
9 use dokuwiki\Action\Denied; global() alias
H A DActionRouter.php222 throw new ActionException('denied');
H A DAjax.php146 $response['errors'][] = 'Permission to write this page has been denied.';
/dokuwiki/lib/exe/
H A Ddetail.php40 $ERROR = p_locale_xhtml('denied');
/dokuwiki/
H A D.htaccess.dist8 Require all denied
H A Dindex.php56 die('Access denied');
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRandom.php
/dokuwiki/inc/Remote/
H A DApi.php
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE