HEX
Server: LiteSpeed
System: Linux lp015.web24.net.au 2.6.32-954.3.5.lve1.4.93.el6.x86_64 #1 SMP Wed Oct 4 17:04:29 UTC 2023 x86_64
User: pgkdistr (10190)
PHP: 8.1.32
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/pgkdistribution.com.au/citisolar.com.au/tmp/admin/views/backup/tmpl/default.php
<?php
/**
* @Copyright Freestyle Joomla (C) 2010
* @license GNU/GPL http://www.gnu.org/copyleft/gpl.html
*     
* This file is part of Freestyle Testimonials
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) 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 General Public License for more details.
* 
* You should have received a copy of the GNU General Public License
* along with this program.  If not, see <http://www.gnu.org/licenses/>.
**/
?>
<?php defined('_JEXEC') or die('Restricted access'); ?>
<?php if ($this->log) : ?>
<h1>Your upgrade has been completed.</h1>
<h4>The log of this process is below.</h4>
<?php $logno = 1; ?>
<?php foreach ($this->log as &$log): ?>
	<div>
	<div style="margin:4px;font-size:115%;"><a href="#" onclick="ToggleLog('log<?php echo $logno; ?>')">+<?php echo $log['name']; ?></a></div>
	<div id="log<?php echo $logno; ?>" style="display:none;">
	<pre style="margin-left: 20px;border: 1px solid black;padding: 2px;background-color: ghostWhite;"><?php echo $log['log']; ?></pre>
	</div>
</div>
	<?php $logno++; ?>
<?php endforeach; ?>

<script>
function ToggleLog(log)
{
	if (document.getElementById(log).style.display == "inline")
	{
		document.getElementById(log).style.display = 'none';
	} else {
		document.getElementById(log).style.display = 'inline';
	}
}
</script>
<?php else: ?>

<!---->

<h1><?php echo JText::_("UPDATE"); ?></h1>
<a href='<?php echo JRoute::_("index.php?option=com_fst&view=backup&task=update"); ?>'><?php echo JText::_("PROCESS_FREESTYLE_JOOMLA_INSTALL_UPDATE"); ?></a><br />&nbsp;<br />

<h1><?php echo JText::_("BACKUP_DATABASE"); ?></h1>
<a href='<?php echo JRoute::_("index.php?option=com_fst&view=backup&task=backup"); ?>'><?php echo JText::_("DOWNLOAD_BACKUP_NOW"); ?></a><br />&nbsp;<br />

<h1><?php echo JText::_("RESTORE_DATABASE"); ?></h1>
<div style="color:red; font-size:150%"><?php echo JText::_("PLEASE_NOTE_THE_WILL_OVERWRITE_AND_EXISTING_DATA_FOR_FREESTYLE_TESTIMONIALS"); ?></div>

<?php //##NOT_FAQS_START## ?>
<?php echo JText::_("YOU_CAN_ALSO_RESTORE_BACKUPS_FROM_FREESTYLE_TESTIMONIALS_LITE_AND_FREESTYLE_FAQS_LITE_HERE"); ?><br>
<?php //##NOT_FAQS_END## ?>

<form action="<?php echo JRoute::_("index.php?option=com_fst&view=backup&task=restore"); ?>"  method="post" name="adminForm2" id="adminForm2" enctype="multipart/form-data"></::>
<input type="file" id="filedata" name="filedata" /><input type="submit" name="Restore" value="<?php echo JText::_("RESTORE"); ?>">
</form>

<form action="index.php" method="post" name="adminForm" id="adminForm">
<input type="hidden" name="option" value="com_fst" />
<input type="hidden" name="task" id="task" value="" />
<input type="hidden" name="view" value="backup" />
</form>
<?php endif; ?>