Skip to content

Instantly share code, notes, and snippets.

@nhymxu
Created April 4, 2017 04:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nhymxu/924d3b82940255aa288bfcf1de7a51e3 to your computer and use it in GitHub Desktop.
Save nhymxu/924d3b82940255aa288bfcf1de7a51e3 to your computer and use it in GitHub Desktop.
Drupal 7 menu rebuilt
<?php
error_reporting(E_ALL);
define('DRUPAL_ROOT', getcwd());
require_once './includes/bootstrap.inc';
drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
menu_rebuild();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment