📄 doreadagreement.class.php
字号:
<?php lt_include( PLOG_CLASS_PATH."class/summary/action/registeraction.class.php" ); lt_include( PLOG_CLASS_PATH."class/config/config.class.php" ); lt_include( PLOG_CLASS_PATH."class/summary/view/summaryusercreationview.class.php" ); /** * shows a form so that users can register */ class doReadAgreement extends RegisterAction { function perform() { if( $this->_config->getValue( "summary_show_agreement" )) $this->_view = new SummaryView( "registerstep0" ); else $this->_view = new SummaryUserCreationView(); $this->setCommonData(); return( true ); } } ?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -