* * @author Double Bastion LLC * * @license GNU AGPL version 3 or any later version * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE * License as published by the Free Software Foundation; either * version 3 of the License, or any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU AFFERO GENERAL PUBLIC LICENSE for more details. * * You should have received a copy of the GNU Affero General Public * License along with this program. If not, see . * */ define('RESTRICTED', TRUE); include 'install-signup-check.php'; if ($installcheck == true) { session_start(); if ($_SESSION['instcompleteaccesspnl'] == "instaccesspnl") { $currentdomain = $_SERVER['HTTP_HOST']; $messagetouser = '

RED SCARF Suite Panel has been successfully installed !

You can use the administrator username and password that you have just set up to login to RED SCARF Suite Panel here:

https://'.$currentdomain.'/panel-login.php


If you want to run the installation process again, edit the install-signup-check.php file and change

$installcheck = false;
to
$installcheck = true;

'; // Change $installcheck from 'true' to 'false' $setupflcontent = file('install-signup-check.php'); foreach ($setupflcontent as $flkey => $flvalue) { if (strpos($flvalue, "\$installcheck") !== false) { $replacestr = str_replace("true", "false", $flvalue); $setupflcontent[$flkey] = $replacestr; break; } } $finalfilecontent = implode("", $setupflcontent); file_put_contents('install-signup-check.php', $finalfilecontent); $_SESSION['instcompleteaccesspnl'] = "denyinstaccesspnl"; ?> RED SCARF Suite Panel Setup

RED SCARF Suite Panel Setup