Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
16591 anikendra 1
<?php
2
// Test file for testing config file without .php extension.
3
$config = array(
4
	'Deep' => array(
5
		'Third' => array(
6
			'ThirdDeepest' => 'buried3'
7
		)
8
	)
9
);