Skip to content

Commit

Permalink
Fixes opendocman#166 - dataDir config lockout
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlawrence committed Aug 29, 2015
1 parent f0514ed commit 546bf3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@
if (isset($_POST['login'])) {
if (!is_dir($GLOBALS['CONFIG']['dataDir']) || !is_writeable($GLOBALS['CONFIG']['dataDir'])) {
echo "<font color=red>" . msg('message_datadir_problem') . "</font>";
exit;
}

$frmuser = $_POST['frmuser'];
Expand Down

0 comments on commit 546bf3b

Please sign in to comment.