71 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			71 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
return [
 | 
						|
    'autoload' => false,
 | 
						|
    'hooks' => [
 | 
						|
        'sms_send' => [
 | 
						|
            'alisms',
 | 
						|
        ],
 | 
						|
        'sms_notice' => [
 | 
						|
            'alisms',
 | 
						|
        ],
 | 
						|
        'sms_check' => [
 | 
						|
            'alisms',
 | 
						|
        ],
 | 
						|
        'app_init' => [
 | 
						|
            'barcode',
 | 
						|
            'manystore',
 | 
						|
            'qrcode',
 | 
						|
            'xilufitness',
 | 
						|
        ],
 | 
						|
        'view_filter' => [
 | 
						|
            'betterform',
 | 
						|
            'clicaptcha',
 | 
						|
            'darktheme',
 | 
						|
        ],
 | 
						|
        'config_init' => [
 | 
						|
            'betterform',
 | 
						|
            'cropper',
 | 
						|
            'csmtable',
 | 
						|
            'darktheme',
 | 
						|
            'nkeditor',
 | 
						|
        ],
 | 
						|
        'action_begin' => [
 | 
						|
            'clicaptcha',
 | 
						|
            'csmtable',
 | 
						|
            'epay',
 | 
						|
        ],
 | 
						|
        'captcha_mode' => [
 | 
						|
            'clicaptcha',
 | 
						|
        ],
 | 
						|
        'epay_config_init' => [
 | 
						|
            'epay',
 | 
						|
        ],
 | 
						|
        'addon_action_begin' => [
 | 
						|
            'epay',
 | 
						|
        ],
 | 
						|
        'upgrade' => [
 | 
						|
            'famysql',
 | 
						|
            'xilufitness',
 | 
						|
        ],
 | 
						|
        'admin_login_init' => [
 | 
						|
            'loginbg',
 | 
						|
        ],
 | 
						|
        'upload_config_checklogin' => [
 | 
						|
            'manystore',
 | 
						|
        ],
 | 
						|
    ],
 | 
						|
    'route' => [
 | 
						|
        '/barcode$' => 'barcode/index/index',
 | 
						|
        '/barcode/build$' => 'barcode/index/build',
 | 
						|
        '/example$' => 'example/index/index',
 | 
						|
        '/example/d/[:name]' => 'example/demo/index',
 | 
						|
        '/example/d1/[:name]' => 'example/demo/demo1',
 | 
						|
        '/example/d2/[:name]' => 'example/demo/demo2',
 | 
						|
        '/qrcode$' => 'qrcode/index/index',
 | 
						|
        '/qrcode/build$' => 'qrcode/index/build',
 | 
						|
    ],
 | 
						|
    'priority' => [],
 | 
						|
    'domain' => '',
 | 
						|
];
 |