diff options
| author | carlgmathisen <> | 2008-12-07 13:05:26 +0000 | 
|---|---|---|
| committer | carlgmathisen <> | 2008-12-07 13:05:26 +0000 | 
| commit | bd209f749d3e220d8445137939fd21d292e1d8e4 (patch) | |
| tree | 21c4d4e82f91e3f3cb5dcaf96ec46e4942123961 /demos/sqlmap | |
| parent | 736e92efbc75908a2bf26fe333a03990e3bb8100 (diff) | |
sqlmap application.php
Diffstat (limited to 'demos/sqlmap')
| -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 | 
