Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /var/www/html/ift/vendor/chi-teck/drupal-code-generator/templates/d7/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : /var/www/html/ift/vendor/chi-teck/drupal-code-generator/templates/d7/module.twig

<?php

/**
 * @file
 * Primary module hooks for {{ name }} module.
 */

/**
 * Implements hook_init().
 */
function {{ machine_name }}_init() {
  drupal_set_message('It works!');
}

/**
 * Implements hook_menu().
 */
function {{ machine_name }}_menu() {

   $items['{{ machine_name }}'] = array(
    'title' => '{{ machine_name }}',
    'description' => '{{ machine_name }} main page.',
    'page callback' => '{{ machine_name }}_main_page',
    'page arguments' => array('{{ machine_name }}_settings_form'),
    'access arguments' => array('view {{ machine_name }} page'),
    'file' => '{{ machine_name }}.pages.inc',
    'type' => MENU_CALLBACK,
  );

  $items['admin/config/system/{{ machine_name }}'] = array(
    'title' => '{{ name }}',
    'description' => '{{ name }} settings.',
    'page callback' => 'drupal_get_form',
    'page arguments' => array('{{ machine_name }}_settings_form'),
    'access arguments' => array('administer {{ machine_name }} configuration'),
    'file' => '{{ machine_name }}.admin.inc',
  );

  return $items;
}

/**
 * Implements hook_permission().
 */
function {{ machine_name }}_permission() {
  return array(
    'view {{ machine_name }} page' => array(
      'title' => t('View {{ machine_name }} page'),
      'description' => t('View {{ machine_name }} page.'),
    ),
    'administer {{ machine_name }} configuration' => array(
      'title' => t('Administer {{ machine_name }} configuration'),
      'description' => t('Administer {{ machine_name }} configuration.'),
      'restrict access' => TRUE,
    ),
  );
}

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net