Commit: 65150dc4cd6df527544cfb31e4f2693432e2624f Author: Hannes Magnusson <[email protected]> Mon, 16 Dec 2013 10:31:44 -0800 Parents: 8a77e300a74953e4332346031ce38af9837eb63e Branches: master
Link: http://git.php.net/?p=web/wiki.git;a=commitdiff;h=65150dc4cd6df527544cfb31e4f2693432e2624f Log: Remove backup file Changed paths: D dokuwiki/conf/local.php.bak Diff: diff --git a/dokuwiki/conf/local.php.bak b/dokuwiki/conf/local.php.bak deleted file mode 100644 index 1e3c0f8..0000000 --- a/dokuwiki/conf/local.php.bak +++ /dev/null @@ -1,22 +0,0 @@ -<?php -/* - * Dokuwiki's Main Configuration File - Local Settings - * Auto-generated by config plugin - * Run for user: pierre - * Date: Thu, 06 Mar 2008 00:14:03 +0000 - */ - -$conf['title'] = 'PHP Wiki'; -$conf['useacl'] = 1; -$conf['superuser'] = '@admin'; -$conf['manager'] = '@phpcvs'; -$conf['registernotify'] = '[email protected]'; -$conf['spellchecker'] = 1; -$conf['userewrite'] = '1'; -$conf['mailfrom'] = '[email protected]'; -$conf['send404'] = 1; -$conf['plugin']['hcalendar']['locale'] = 'en_US'; - -@include(DOKU_CONF.'local.protected.php'); - -// end auto-generated content -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
