DokuWiki

It's better when it's simple

User Tools

Site Tools


devel:preload

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
devel:preload [2011-01-16 13:03] – updated new keys achdevel:preload [2023-07-20 14:17] (current) Klap-in
Line 1: Line 1:
 ====== Preload ====== ====== Preload ======
  
-FIXME - could probably be done with better prose rather than bullets :) 
  
   * ''inc/preload.php'' is not part of the default dokuwiki installation   * ''inc/preload.php'' is not part of the default dokuwiki installation
Line 11: Line 10:
  
 It is of particular interest to [[devel:farm|wiki farms]] allowing them control several independent wikis from a single dokuwiki installation. It is of particular interest to [[devel:farm|wiki farms]] allowing them control several independent wikis from a single dokuwiki installation.
 +
 +====See also====
 +  * [[devel:environment#doku|DOKU_*]] constants
 +
  
 ===== Examples ===== ===== Examples =====
Line 89: Line 92:
   'plainauth.users' => array(   'plainauth.users' => array(
     'default'   => DOKU_CONF.'users.auth.php',     'default'   => DOKU_CONF.'users.auth.php',
 +  ),
 +  'plugins' => array(
 +    'local'     => array(DOKU_CONF.'plugins.local.php'),
 +    'protected' => array(
 +      DOKU_CONF.'plugins.required.php',
 +      DOKU_CONF.'plugins.protected.php',
 +    ),
   ),   ),
   'userstyle' => array(   'userstyle' => array(
devel/preload.1295179429.txt.gz · Last modified: 2011-01-16 13:03 by ach

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki