first commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
// OpenConf AU States
|
||||
|
||||
$GLOBALS['OC_state_auAR'] = array(
|
||||
'ACT'=>'Australian Capital Terrirory',
|
||||
'NSW'=>'New South Wales',
|
||||
'NT'=>'Northern Territory',
|
||||
'QLD'=>'Queensland',
|
||||
'TAS'=>'Tasmania',
|
||||
'SA'=>'South Australia',
|
||||
'VIC'=>'Victoria',
|
||||
'WA'=>'Western Australia'
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user