Skip to content

Instantly share code, notes, and snippets.

View nhymxu's full-sized avatar

Dung Nguyen nhymxu

  • Hanoi, Vietnam
  • 07:22 (UTC +07:00)
  • X @0xNhymxu
View GitHub Profile
@nhymxu
nhymxu / menu-rebuilt.php
Created April 4, 2017 04:05
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();