You are here

function _drd_server_goto_settings in Drupal Remote Dashboard Server 6.2

Redirect to the D6 equivalent

1 string reference to '_drd_server_goto_settings'
drd_server_menu in ./drd_server.module
Implements hook_menu().

File

./drd_server.module, line 956

Code

function _drd_server_goto_settings() {
  drupal_goto('admin/settings/drd_settings');
}