Skip to content
Snippets Groups Projects
Commit fa9a10c5 authored by Wouter Wolters's avatar Wouter Wolters Committed by Philipp Gampe
Browse files

[TASK] Remove old class files in ext:rsaauth

Remove old class files in ext:rsaauth

Change-Id: I2bb437295adcccf5475e8c0f65b5bcd9cea17415
Resolves: #51596
Releases: 6.2
Reviewed-on: https://review.typo3.org/23501
Reviewed-by: Philipp Gampe
Tested-by: Philipp Gampe
parent 94e60ea6
Branches
Tags
No related merge requests found
<?php
// DO NOT CHANGE THIS FILE! It is automatically generated by extdeveval::buildAutoloadRegistry.
// This file was generated on 2011-08-22 08:37
$extensionPath = \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('rsaauth');
return array(
'tx_rsaauth_sv1' => $extensionPath . 'sv1/class.tx_rsaauth_sv1.php',
);
?>
\ No newline at end of file
<?php
/***************************************************************
* Copyright notice
*
* (c) 2009-2013 Dmitry Dulepov <dmitry@typo3.org>
* All rights reserved
*
* This script is part of the TYPO3 project. The TYPO3 project 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 2 of the License, or
* (at your option) any later version.
*
* The GNU General Public License can be found at
* http://www.gnu.org/copyleft/gpl.html.
*
* This script 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.
*
* This copyright notice MUST APPEAR in all copies of the script!
***************************************************************/
require_once \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('sv') . 'Classes/AuthenticationService.php';
/*
* @deprecated since 6.0, the classname tx_rsaauth_sv1 and this file is obsolete
* and will be removed with 6.2. The class was renamed and is now located at:
* typo3/sysext/rsaauth/Classes/RsaAuthService.php
*/
require_once \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('rsaauth') . 'Classes/RsaAuthService.php';
?>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment