diff options
Diffstat (limited to 'demos/sqlmap/protected/application.php')
| -rw-r--r-- | demos/sqlmap/protected/application.php | 22 | 
1 files changed, 22 insertions, 0 deletions
| diff --git a/demos/sqlmap/protected/application.php b/demos/sqlmap/protected/application.php new file mode 100644 index 00000000..60d9549c --- /dev/null +++ b/demos/sqlmap/protected/application.php @@ -0,0 +1,22 @@ +<?php +return array( +	'application' => array( +		'id' => 'Database', +		'Mode' => 'Debug', +	), +	'paths' => array( +		'Example' => 'APP_CODE', +		'Quickstart' => '../../quickstart', +	), +	'using' => array( +		'Quickstart.protected.controls.*', +	), +	'services' => array( +		'page' => array( +			'class' => 'TPageService', +			'properties' => array( +				'DefaultPage' => 'Manual.Overview', +			), +		), +	), +);
\ No newline at end of file | 
