0byt3m1n1
Path:
/
data
/
applications
/
aps
/
typo3
/
4.5.5-0
/
standard
/
htdocs
/
typo3
/
sysext
/
rsaauth
/
[
Home
]
File: ext_emconf.php
<?php ######################################################################## # Extension Manager/Repository config file for ext "rsaauth". # # Auto generated 26-01-2011 20:08 # # Manual updates: # Only the data in the array - everything else is removed by next # writing. "version" and "dependencies" must not be touched! ######################################################################## $EM_CONF[$_EXTKEY] = array( 'title' => 'RSA authentication for TYPO3', 'description' => 'Contains a service to authenticate TYPO3 BE and FE users using private/public key encryption of passwords', 'category' => 'services', 'author' => 'Dmitry Dulepov', 'author_email' => 'dmitry@typo3.org', 'shy' => '', 'dependencies' => '', 'conflicts' => '', 'priority' => '', 'module' => '', 'state' => 'stable', 'internal' => '', 'uploadfolder' => 0, 'createDirs' => '', 'modify_tables' => '', 'clearCacheOnLoad' => 0, 'lockType' => '', 'author_company' => '', 'version' => '1.1.0', 'constraints' => array( 'depends' => array( ), 'conflicts' => array( ), 'suggests' => array( ), ), '_md5_values_when_last_written' => 'a:31:{s:9:"ChangeLog";s:4:"698c";s:21:"ext_conf_template.txt";s:4:"f6cd";s:12:"ext_icon.gif";s:4:"50af";s:17:"ext_localconf.php";s:4:"7dfa";s:14:"ext_tables.php";s:4:"cc8e";s:14:"ext_tables.sql";s:4:"736a";s:14:"doc/manual.sxw";s:4:"bc75";s:42:"hooks/class.tx_rsaauth_backendwarnings.php";s:4:"d5e8";s:38:"hooks/class.tx_rsaauth_feloginhook.php";s:4:"cf5e";s:40:"hooks/class.tx_rsaauth_loginformhook.php";s:4:"1942";s:19:"hooks/locallang.xml";s:4:"c455";s:20:"resources/rsaauth.js";s:4:"8e22";s:24:"resources/rsaauth_min.js";s:4:"0ba4";s:22:"resources/jsbn/LICENSE";s:4:"3205";s:24:"resources/jsbn/base64.js";s:4:"b2c3";s:22:"resources/jsbn/jsbn.js";s:4:"2a43";s:23:"resources/jsbn/jsbn2.js";s:4:"35c5";s:23:"resources/jsbn/prng4.js";s:4:"e591";s:21:"resources/jsbn/rng.js";s:4:"0153";s:21:"resources/jsbn/rsa.js";s:4:"8505";s:22:"resources/jsbn/rsa2.js";s:4:"61a1";s:28:"sv1/class.tx_rsaauth_sv1.php";s:4:"f25c";s:50:"sv1/backends/class.tx_rsaauth_abstract_backend.php";s:4:"5df8";s:48:"sv1/backends/class.tx_rsaauth_backendfactory.php";s:4:"f154";s:49:"sv1/backends/class.tx_rsaauth_cmdline_backend.php";s:4:"9e99";s:41:"sv1/backends/class.tx_rsaauth_keypair.php";s:4:"7954";s:45:"sv1/backends/class.tx_rsaauth_php_backend.php";s:4:"01be";s:49:"sv1/storage/class.tx_rsaauth_abstract_storage.php";s:4:"1c22";s:48:"sv1/storage/class.tx_rsaauth_session_storage.php";s:4:"a981";s:46:"sv1/storage/class.tx_rsaauth_split_storage.php";s:4:"9dbe";s:47:"sv1/storage/class.tx_rsaauth_storagefactory.php";s:4:"933d";}', 'suggests' => array( ), ); ?>