Index: trunk/phase3/maintenance/cleanupRemovedModules.php |
— | — | @@ -1,6 +1,7 @@ |
2 | 2 | <?php |
3 | 3 | /** |
4 | | - * Maintenance script to create an account and grant it administrator rights |
| 4 | + * Maintenance script to remove cache entries for removed ResourceLoader modules |
| 5 | + * from the database |
5 | 6 | * |
6 | 7 | * This program is free software; you can redistribute it and/or modify |
7 | 8 | * it under the terms of the GNU General Public License as published by |