Your IP : 216.73.217.53


Current Path : /home/bonneesp/www/administrator/manifests/packages/chronoforms5/
Upload File :
Current File : /home/bonneesp/www/administrator/manifests/packages/chronoforms5/install.pkg_chronoforms5.php

<?php
/**
* COMPONENT FILE HEADER
**/
/* @copyright:ChronoEngine.com @license:GPLv2 */defined('_JEXEC') or die('Restricted access');
class pkg_chronoforms5InstallerScript {
	function postflight($type, $parent){
		$mainframe = JFactory::getApplication();
		//$mainframe->redirect('index.php?option=com_chronoforms5&cont=installer');
		$parent->getParent()->setRedirectURL('index.php?option=com_chronoforms5&cont=installer');
	}
}
?>