0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
drupal
/
7.4-4
/
standard
/
htdocs
/
profiles
/
minimal
/
[
Home
]
File: minimal.profile
<?php /** * Implements hook_form_FORM_ID_alter(). * * Allows the profile to alter the site configuration form. */ function minimal_form_install_configure_form_alter(&$form, $form_state) { // Pre-populate the site name with the server name. $form['site_information']['site_name']['#default_value'] = $_SERVER['SERVER_NAME']; }
© 2017 -
ZeroByte.ID
.