diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/dokuwiki.php | 2 | ||||
-rw-r--r-- | conf/local.php.dist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/dokuwiki.php b/conf/dokuwiki.php index 47b427fa3..8be47024c 100644 --- a/conf/dokuwiki.php +++ b/conf/dokuwiki.php @@ -1,4 +1,4 @@ -<? +<?php /** * This is DokuWiki's Main Configuration file * This is a piece of PHP code so PHP syntax applies! diff --git a/conf/local.php.dist b/conf/local.php.dist index 54cb4015c..bcbb19e63 100644 --- a/conf/local.php.dist +++ b/conf/local.php.dist @@ -1,4 +1,4 @@ -<? +<?php /* This is an example of how a local.php coul look like. Simply copy the options you want to change from dokuwiki.php |