Skip to content

Instantly share code, notes, and snippets.

@gnomeontherun
Created March 14, 2012 03:18
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 gnomeontherun/2033763 to your computer and use it in GitHub Desktop.
Save gnomeontherun/2033763 to your computer and use it in GitHub Desktop.
Square One Distribution Installer Script
<?php
defined('_JEXEC') or die();
class CornerstoneInstallerScript
{
public function preflight($parent)
{
return true;
}
public function postflight($parent)
{
return true;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment