summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'install.php')
-rw-r--r--install.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/install.php b/install.php
index 07f69f24b..e11ba1d4a 100644
--- a/install.php
+++ b/install.php
@@ -1,8 +1,8 @@
<?php
/**
- * Dokuwiki installation assistance
+ * Dokuwiki installation assistance
*
- * @author Chris Smith <chris@jalakai.co.uk>
+ * @author Chris Smith <chris@jalakai.co.uk>
*/
if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/');
@@ -286,7 +286,6 @@ EOT;
}
$ok = $ok && fileWrite(DOKU_LOCAL.'local.php',$output);
-
if ($d['acl']) {
// create users.auth.php
// --- user:MD5password:Real Name:email:groups,comma,seperated
@@ -473,7 +472,6 @@ function langsel(){
closedir($dh);
sort($langs);
-
echo '<form action="">';
echo $lang['i_chooselang'];
echo ': <select name="l" onchange="submit()">';