comment fix in install.php

This commit is contained in:
Andreas Gohr 2023-08-30 14:51:30 +02:00
parent b1f206e1d4
commit 0f2c316ab3
1 changed files with 2 additions and 7 deletions

View File

@ -1,6 +1,4 @@
<?php
use dokuwiki\PassHash;
/*><div style="width:60%; margin: auto; background-color: #fcc;
border: 1px solid #faa; padding: 0.5em 1em;">
<h1 style="font-size: 120%">No PHP Support</h1>
@ -10,11 +8,8 @@ use dokuwiki\PassHash;
provider if you're unsure what this means.
</div>*/
/**
* Dokuwiki installation assistance
*
* @author Chris Smith <chris@jalakai.co.uk>
*/
use dokuwiki\PassHash;
if (!defined('DOKU_INC')) define('DOKU_INC', __DIR__ . '/');
if (!defined('DOKU_CONF')) define('DOKU_CONF', DOKU_INC . 'conf/');