Created
March 14, 2012 03:18
-
-
Save gnomeontherun/2033763 to your computer and use it in GitHub Desktop.
Square One Distribution Installer Script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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