main-local.php 154 Bytes
Newer Older
1 2
<?php
return array(
3 4 5
	'preload' => array(
		//'debug',
	),
6 7 8 9 10
	'modules' => array(
//			'debug' => array(
//				'class' => 'yii\debug\Module',
//			),
	),
11
);