File: /home/ports/sakura-cms/xoops-cube/files/install_nextStep.inc.php.in
<?php
/**
*
* @package Legacy
* @version $Id: install_nextStep.inc.php,v 1.3 2008/09/25 15:12:21 kilica Exp $
* @copyright Copyright 2005-2007 XOOPS Cube Project <http://xoopscube.sourceforge.net/>
* @license http://xoopscube.sourceforge.net/license/GPL_V2.txt GNU GENERAL PUBLIC LICENSE Version 2
*
*/
include_once '../mainfile.php';
header('Location: ' . XOOPS_URL . '/');
chdir(XOOPS_ROOT_PATH);
$InstallDirectory = XOOPS_ROOT_PATH . '/install';
if( is_dir($InstallDirectory) ) exec('/bin/rm -R ' . $InstallDirectory);
exec('/bin/chmod a-wx ' . XOOPS_ROOT_PATH . '/mainfile.php');
?>