File Manager

Current Directory: /home/astoriaah/www/old15/components/com_akeeba/views/light/tmpl
Viewing File: /home/astoriaah/www/old15/components/com_akeeba/views/light/tmpl/done.php
<?php /** * @package AkeebaBackup * @copyright Copyright (c)2009-2014 Nicholas K. Dionysopoulos * @license GNU General Public License version 2, or later * * @since 2.1 */ // Protect from unauthorized access defined('_JEXEC') or die(); ?> <html> <head> <title><?php echo JText::_('LIGHT_HEADER');?></title> </head> <body> <h1><?php echo JText::_('LIGHT_HEADER_DONE');?></h1> <hr/> <p> <?php echo JText::_('COM_AKEEBA_DEPRECATED_FEATURE'); ?> </p> <hr/> <p><?php echo JText::_('LIGHT_TEXT_DONE');?></p>