Beispiel #1
0
	<p>
		<?php 
pisprint('COM_AKEEBA_PITEXT1B', 'https://www.akeebabackup.com/documentation/quick-start-guide.html', 'https://www.akeebabackup.com/documentation/akeeba-backup-documentation.html');
?>
		<?php 
pisprint('COM_AKEEBA_PITEXT2B', 'https://www.akeebabackup.com/documentation/video-tutorials.html');
?>
	</p>
	<p>
		<?php 
pisprint('COM_AKEEBA_PITEXT3B', 'index.php?option=com_akeeba');
?>
	</p>
	<p>
		<?php 
pisprint('COM_AKEEBA_PITEXT4B', 'https://www.akeebabackup.com/documentation/troubleshooter.html', 'https://www.akeebabackup.com/support/forum.html');
?>
		<?php 
pitext('COM_AKEEBA_PITEXT6');
?>
	</p>
</fieldset>
<?php 
global $akeeba_installation_has_run;
$akeeba_installation_has_run = 1;
if (!defined('AKEEBA_PRO')) {
    require_once JPATH_ADMINISTRATOR . '/components/com_akeeba/version.php';
}
if (AKEEBA_PRO != 1) {
    jimport('joomla.filesystem.folder');
    jimport('joomla.filesystem.file');
Beispiel #2
0
			<td><strong><?php echo ($plugin['result'])?JText::_('Installed'):JText::_('Not installed'); ?></strong></td>
		</tr>
		<?php endforeach; ?>
		<?php endif; ?>
	</tbody>
</table>

<fieldset>
	<p>
		<?php pisprint('COM_AKEEBA_PITEXT1','http://www.akeebabackup.com/akeeba-backup-documentation/index.html') ?>
		<?php pisprint('COM_AKEEBA_PITEXT2','http://www.akeebabackup.com/support/forum.html') ?>
	</p>
	<p>
		<?php pisprint('COM_AKEEBA_PITEXT3',JURI::base().'index.php?option=com_akeeba&view=config') ?>
		<?php pisprint('COM_AKEEBA_PITEXT4',JURI::base().'index.php?option=com_akeeba&view=cpanel') ?>
		<?php pisprint('COM_AKEEBA_PITEXT5',JURI::base().'index.php?option=com_akeeba&view=backup') ?>
		<?php pitext('COM_AKEEBA_PITEXT6') ?>
	</p>
</fieldset>
<?php
global $akeeba_installation_has_run;
$akeeba_installation_has_run = 1;
if(!defined('AKEEBA_PRO')) {
	require_once JPATH_ADMINISTRATOR.'/components/com_akeeba/version.php';
}
if(AKEEBA_PRO != 1)
{
	jimport('joomla.filesystem.folder');
	jimport('joomla.filesystem.file');
	if(JFolder::exists(JPATH_ADMINISTRATOR.'/components/com_akeeba/plugins')) {
		JFolder::delete(JPATH_ADMINISTRATOR.'/components/com_akeeba/plugins');