Agreement.php 232 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <?php /* * 隐私条款 * @author elkan * @date 2014-8-30 15:07 */ class AgreementController extends QLib_Actions_Default { public function indexAction() { $this->getView('agreement/agreement.phtml'); } }