Skip to content
Snippets Groups Projects
Commit 21f8928e authored by Armand Bahi's avatar Armand Bahi
Browse files

gitignore

parent bc1486d6
No related branches found
No related tags found
No related merge requests found
<?php
$aAdminFields = Array(
'schema_vm4ms',
'ms_cgi_url',
'test_wms_service',
'map_dir',
'map_url',
'private_wms_service',
'ms_debug_mode',
'log_directories.MapServer',
'mapserver_alias',
'datadir',
'ms_log_dir',
'test_wms_service_default_content',
'getFeatureInfo_default_content'
);
$aUserFields = Array(
'ms_cgi_url',
'test_wms_service',
'map_dir',
'map_url',
'private_wms_service',
'ms_debug_mode',
'mapserver_alias',
'ms_log_dir',
'datadir',
);
$properties['aAdminFields'] = array_merge($properties['aAdminFields'], $aAdminFields);
$properties['aUserFields'] = array_merge($properties['aUserFields'], $aUserFields);
?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment