Skip to content

Commit

Permalink
report/spamcleaner MDL-18223 Renaming main script from spamcleaner.ph…
Browse files Browse the repository at this point in the history
…p to index.php
  • Loading branch information
moodler committed Feb 17, 2009
1 parent a50c3fb commit afb7e53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,7 +1,7 @@
<?php

/**
* spamcleaner.php
* Spam Cleaner
*
* Helps an admin to clean up spam in Moodle
*
Expand Down
2 changes: 1 addition & 1 deletion admin/report/spamcleaner/settings.php
@@ -1,5 +1,5 @@
<?php

// spam cleaner
$ADMIN->add('reports', new admin_externalpage('spamcleaner', get_string('spamcleaner','admin'), "$CFG->wwwroot/$CFG->admin/report/spamcleaner/spamcleaner.php", 'moodle/site:config'));
$ADMIN->add('reports', new admin_externalpage('spamcleaner', get_string('spamcleaner','admin'), "$CFG->wwwroot/$CFG->admin/report/spamcleaner/index.php", 'moodle/site:config'));

0 comments on commit afb7e53

Please sign in to comment.