// SYSTEM PANEL //
[ROOT]
/
var
/
softaculous
/
doku
[ PARENT ]
EDIT :: local.php
<?php /** * Dokuwiki's Main Configuration File - Local Settings * Auto-generated by install script * Date: [[reg_date]] */ $conf['title'] = '[[sn]]'; $conf['lang'] = '[[language]]'; $conf['license'] = '0'; $conf['useacl'] = 1; $conf['superuser'] = '@admin'; $conf['disableactions'] = 'register';
SAVE
CANCEL