This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* This is a drush-script for removing the user-pages created by default by | |
* Monster Menus. It just needs to be run once from the command line to get | |
* rid of all of the existing pages and make the settings-change to avoid | |
* the creation of new pages. | |
* | |
* drush --user=1 php-script remove_user_pages.php | |
* | |
*/ |
NewerOlder