Skip to content

Instantly share code, notes, and snippets.

@jmertic
Created February 25, 2011 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmertic/843960 to your computer and use it in GitHub Desktop.
Save jmertic/843960 to your computer and use it in GitHub Desktop.
<?php
$installdefs = array(
'pre_execute'=>array(
0 => '<basepath>/pre_install_actions.php',
),
'post_execute'=>array(
0 => '<basepath>/post_install_actions.php',
),
);
@chicks
Copy link

chicks commented Feb 25, 2011

I live you 12 space wide tabstop.

@jmertic
Copy link
Author

jmertic commented Feb 25, 2011

It's what I do for the people ;-)

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