Skip to content

Commit

Permalink
admin: MDL-19787 $PAGE->set_url on admin/index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhunt committed Jul 28, 2009
1 parent 18644ce commit ee73b1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@

// Check some PHP server settings

$PAGE->set_url($CFG->admin . '/index.php');

$documentationlink = '<a href="http://docs.moodle.org/en/Installation">Installation docs</a>';

if (ini_get_bool('session.auto_start')) {
Expand Down

0 comments on commit ee73b1f

Please sign in to comment.