Skip to content

Instantly share code, notes, and snippets.

View nhymxu's full-sized avatar

Dung Nguyen nhymxu

  • Hanoi, Vietnam
  • 13:21 (UTC +07:00)
  • X @0xNhymxu
View GitHub Profile

Keybase proof

I hereby claim:

  • I am nhymxu on github.
  • I am nhymxu (https://keybase.io/nhymxu) on keybase.
  • I have a public key whose fingerprint is 6D0C 91BE C15E 2592 91E2 D3C9 029D 2BD6 0ABF 11FF

To claim this, I am signing this object:

@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();