primo commit

This commit is contained in:
2024-12-17 17:34:10 +01:00
commit e650f8df99
16435 changed files with 2451012 additions and 0 deletions

View File

@ -0,0 +1,38 @@
<?php
/*
* @package Joomla
* @copyright Copyright (C) 2005 Open Source Matters. All rights reserved.
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL, see LICENSE.php
*
* @component Phoca Gallery
* @copyright Copyright (C) Jan Pavelka www.phoca.cz
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
*/
defined('_JEXEC') or die('Restricted access');
?>
<form action="<?php echo $this->linkupgrade; ?>" method="post" name="adminForm">
<p><?php echo JText::_('Phoca Gallery Upgrade Obsolete Database Structure');?></p>
<?php if ($this->tmpl['messageimg'] != '') {
echo $this->tmpl['messageimg'];
}
?>
<?php if ($this->tmpl['messagecat'] != '') {
echo $this->tmpl['messagecat'];
}
?>
<p>&nbsp;</p>
<?php if ($this->buttonimg != '') {?>
<input type="submit" name="submit" value="<?php echo $this->buttonimg;?>" />
<?php } ?>
<?php if ($this->buttoncat != '') {?>
<input type="submit" name="submit" value="<?php echo $this->buttoncat;?>" />
<?php } ?>
</form>
<?php if ($this->linktogallery != '') {
echo $this->linktogallery;
} ?>

View File

@ -0,0 +1 @@
<html><body bgcolor="#FFFFFF"></body></html>