updated core to 7.58 (right after the site was hacked)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* @file
|
||||
* Install, update and uninstall functions for the block_example module.
|
||||
*/
|
||||
|
||||
/**
|
||||
* Implements hook_uninstall().
|
||||
*
|
||||
* @ingroup block_example
|
||||
*/
|
||||
function block_example_uninstall() {
|
||||
variable_del('block_example_string');
|
||||
}
|
||||
Reference in New Issue
Block a user