Skip to content

Commit

Permalink
If wwwroot is unset, log something before dying
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlanghoff committed Oct 18, 2005
1 parent e72c81a commit 1ff64b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/setup.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@




if (!isset($CFG->wwwroot)) { if (!isset($CFG->wwwroot)) {
trigger_error('Fatal: $CFG->wwwroot is not configured! Exiting.');
die; die;
} }


Expand Down

0 comments on commit 1ff64b7

Please sign in to comment.