Skip to content

Instantly share code, notes, and snippets.

@jmertic
Created February 25, 2011 15:43
Show Gist options
  • Select an option

  • Save jmertic/843960 to your computer and use it in GitHub Desktop.

Select an option

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',
),
);
@jmertic
Copy link
Copy Markdown
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