diff --git a/administrator/components/com_joomlaupdate/restore.php b/administrator/components/com_joomlaupdate/restore.php index e877085808ccc..50a193896c72e 100644 --- a/administrator/components/com_joomlaupdate/restore.php +++ b/administrator/components/com_joomlaupdate/restore.php @@ -9,16 +9,6 @@ * @note This file has been modified by the Joomla! Project and no longer reflects the original work of its author. */ -/** - * Akeeba Restore - * A JSON-powered JPA, JPS and ZIP archive extraction library - * - * @copyright 2008-2017 Nicholas K. Dionysopoulos / Akeeba Ltd. - * @license GNU GPL v2 or - at your option - any later version - * @package akeebabackup - * @subpackage kickstart - */ - define('_AKEEBA_RESTORATION', 1); defined('DS') or define('DS', DIRECTORY_SEPARATOR); @@ -147,16 +137,6 @@ function debugMsg($msg) } } -/** - * Akeeba Restore - * A JSON-powered JPA, JPS and ZIP archive extraction library - * - * @copyright 2008-2017 Nicholas K. Dionysopoulos / Akeeba Ltd. - * @license GNU GPL v2 or - at your option - any later version - * @package akeebabackup - * @subpackage kickstart - */ - /** * The base class of Akeeba Engine objects. Allows for error and warnings logging * and propagation. Largely based on the Joomla! 1.5 JObject class. @@ -426,16 +406,6 @@ protected function setWarningsQueueSize($newSize = 0) } -/** - * Akeeba Restore - * A JSON-powered JPA, JPS and ZIP archive extraction library - * - * @copyright 2008-2017 Nicholas K. Dionysopoulos / Akeeba Ltd. - * @license GNU GPL v2 or - at your option - any later version - * @package akeebabackup - * @subpackage kickstart - */ - /** * The superclass of all Akeeba Kickstart parts. The "parts" are intelligent stateful * classes which perform a single procedure and have preparation, running and @@ -797,16 +767,6 @@ protected function notify($message) } } -/** - * Akeeba Restore - * A JSON-powered JPA, JPS and ZIP archive extraction library - * - * @copyright 2008-2017 Nicholas K. Dionysopoulos / Akeeba Ltd. - * @license GNU GPL v2 or - at your option - any later version - * @package akeebabackup - * @subpackage kickstart - */ - /** * The base class of unarchiver classes */ @@ -1418,16 +1378,6 @@ protected function removePath($path) } } -/** - * Akeeba Restore - * A JSON-powered JPA, JPS and ZIP archive extraction library - * - * @copyright 2008-2017 Nicholas K. Dionysopoulos / Akeeba Ltd. - * @license GNU GPL v2 or - at your option - any later version - * @package akeebabackup - * @subpackage kickstart - */ - /** * File post processor engines base class */ @@ -1475,17 +1425,6 @@ abstract public function rmdir($directory); abstract public function rename($from, $to); } - -/** - * Akeeba Restore - * A JSON-powered JPA, JPS and ZIP archive extraction library - * - * @copyright 2008-2017 Nicholas K. Dionysopoulos / Akeeba Ltd. - * @license GNU GPL v2 or - at your option - any later version - * @package akeebabackup - * @subpackage kickstart - */ - /** * Descendants of this class can be used in the unarchiver's observer methods (attach, detach and notify) * @@ -1497,17 +1436,6 @@ abstract class AKAbstractPartObserver abstract public function update($object, $message); } - -/** - * Akeeba Restore - * A JSON-powered JPA, JPS and ZIP archive extraction library - * - * @copyright 2008-2017 Nicholas K. Dionysopoulos / Akeeba Ltd. - * @license GNU GPL v2 or - at your option - any later version - * @package akeebabackup - * @subpackage kickstart - */ - /** * Direct file writer */ @@ -1633,16 +1561,6 @@ public function rename($from, $to) } -/** - * Akeeba Restore - * A JSON-powered JPA, JPS and ZIP archive extraction library - * - * @copyright 2008-2017 Nicholas K. Dionysopoulos / Akeeba Ltd. - * @license GNU GPL v2 or - at your option - any later version - * @package akeebabackup - * @subpackage kickstart - */ - /** * JPA archive extraction class */ @@ -2419,16 +2337,6 @@ private function processTypeFileCompressedSimple() } } -/** - * Akeeba Restore - * A JSON-powered JPA, JPS and ZIP archive extraction library - * - * @copyright 2008-2017 Nicholas K. Dionysopoulos / Akeeba Ltd. - * @license GNU GPL v2 or - at your option - any later version - * @package akeebabackup - * @subpackage kickstart - */ - /** * ZIP archive extraction class * @@ -2745,16 +2653,6 @@ protected function readFileHeader() } -/** - * Akeeba Restore - * A JSON-powered JPA, JPS and ZIP archive extraction library - * - * @copyright 2008-2017 Nicholas K. Dionysopoulos / Akeeba Ltd. - * @license GNU GPL v2 or - at your option - any later version - * @package akeebabackup - * @subpackage kickstart - */ - /** * Timer class */ @@ -2942,16 +2840,6 @@ public function setMaxExecTime($max_exec_time) } } -/** - * Akeeba Restore - * A JSON-powered JPA, JPS and ZIP archive extraction library - * - * @copyright 2008-2017 Nicholas K. Dionysopoulos / Akeeba Ltd. - * @license GNU GPL v2 or - at your option - any later version - * @package akeebabackup - * @subpackage kickstart - */ - /** * A filesystem scanner which uses opendir() */ @@ -3048,16 +2936,6 @@ public function &getFolders($folder, $pattern = '*') } } -/** - * Akeeba Restore - * A JSON-powered JPA, JPS and ZIP archive extraction library - * - * @copyright 2008-2017 Nicholas K. Dionysopoulos / Akeeba Ltd. - * @license GNU GPL v2 or - at your option - any later version - * @package akeebabackup - * @subpackage kickstart - */ - /** * A simple INI-based i18n engine */ @@ -3551,16 +3429,6 @@ public function addDefaultLanguageStrings($stringList = array()) } } -/** - * Akeeba Restore - * A JSON-powered JPA, JPS and ZIP archive extraction library - * - * @copyright 2008-2017 Nicholas K. Dionysopoulos / Akeeba Ltd. - * @license GNU GPL v2 or - at your option - any later version - * @package akeebabackup - * @subpackage kickstart - */ - /** * The Akeeba Kickstart Factory class * This class is reponssible for instanciating all Akeeba Kicsktart classes @@ -3844,16 +3712,6 @@ public static function &getTimer() } -/** - * Akeeba Restore - * A JSON-powered JPA, JPS and ZIP archive extraction library - * - * @copyright 2008-2017 Nicholas K. Dionysopoulos / Akeeba Ltd. - * @license GNU GPL v2 or - at your option - any later version - * @package akeebabackup - * @subpackage kickstart - */ - /** * Interface for AES encryption adapters */ @@ -3884,16 +3742,6 @@ public function getBlockSize(); public function isSupported(); } -/** - * Akeeba Restore - * A JSON-powered JPA, JPS and ZIP archive extraction library - * - * @copyright 2008-2017 Nicholas K. Dionysopoulos / Akeeba Ltd. - * @license GNU GPL v2 or - at your option - any later version - * @package akeebabackup - * @subpackage kickstart - */ - /** * Abstract AES encryption class */ @@ -3972,16 +3820,6 @@ protected function getZeroPadding($string, $blockSize) } } -/** - * Akeeba Restore - * A JSON-powered JPA, JPS and ZIP archive extraction library - * - * @copyright 2008-2017 Nicholas K. Dionysopoulos / Akeeba Ltd. - * @license GNU GPL v2 or - at your option - any later version - * @package akeebabackup - * @subpackage kickstart - */ - class Mcrypt extends AKEncryptionAESAdapterAbstract implements AKEncryptionAESAdapterInterface { protected $cipherType = MCRYPT_RIJNDAEL_128; @@ -4074,16 +3912,6 @@ public function getBlockSize() } } -/** - * Akeeba Restore - * A JSON-powered JPA, JPS and ZIP archive extraction library - * - * @copyright 2008-2017 Nicholas K. Dionysopoulos / Akeeba Ltd. - * @license GNU GPL v2 or - at your option - any later version - * @package akeebabackup - * @subpackage kickstart - */ - class OpenSSL extends AKEncryptionAESAdapterAbstract implements AKEncryptionAESAdapterInterface { /** @@ -4179,16 +4007,6 @@ public function getBlockSize() } } -/** - * Akeeba Restore - * A JSON-powered JPA, JPS and ZIP archive extraction library - * - * @copyright 2008-2017 Nicholas K. Dionysopoulos / Akeeba Ltd. - * @license GNU GPL v2 or - at your option - any later version - * @package akeebabackup - * @subpackage kickstart - */ - /** * AES implementation in PHP (c) Chris Veness 2005-2016. * Right to use and adapt is granted for under a simple creative commons attribution @@ -5028,16 +4846,6 @@ private static function getStaticSaltExpandedKey($password) } -/** - * Akeeba Restore - * A JSON-powered JPA, JPS and ZIP archive extraction library - * - * @copyright 2008-2017 Nicholas K. Dionysopoulos / Akeeba Ltd. - * @license GNU GPL v2 or - at your option - any later version - * @package akeebabackup - * @subpackage kickstart - */ - /** * The Master Setup will read the configuration parameters from restoration.php or * the JSON-encoded "configuration" input variable and return the status. @@ -5226,16 +5034,6 @@ function masterSetup() } } -/** - * Akeeba Restore - * A JSON-powered JPA, JPS and ZIP archive extraction library - * - * @copyright 2008-2017 Nicholas K. Dionysopoulos / Akeeba Ltd. - * @license GNU GPL v2 or - at your option - any later version - * @package akeebabackup - * @subpackage kickstart - */ - // Mini-controller for restore.php if (!defined('KICKSTART')) {