⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ext_localconf.php

📁 Typo3, 开源里边最强大的
💻 PHP
字号:
<?phpif (!defined ('TYPO3_MODE')) 	die ('Access denied.');// auth services needs to be added here. ext_tables.php will be read after authentication.t3lib_extMgm::addService($_EXTKEY,  'auth' /* sv type */,  'tx_sv_auth' /* sv key */,		array(			'title' => 'User authentication',			'description' => 'Authentication with username/password.',			'subtype' => 'getUserBE,authUserBE,getUserFE,authUserFE,getGroupsFE',			'available' => TRUE,			'priority' => 50,			'quality' => 50,			'os' => '',			'exec' => '',			'classFile' => t3lib_extMgm::extPath($_EXTKEY).'class.tx_sv_auth.php',			'className' => 'tx_sv_auth',		)	);?>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -