forked from leonardoxc/leonardoxc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFN_brands.php
executable file
·140 lines (129 loc) · 2.73 KB
/
FN_brands.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<?
//************************************************************************
// Leonardo XC Server, http://www.leonardoxc.net
//
// Copyright (c) 2004-2010 by Andreadakis Manolis
//
// This program is free software. You can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License.
//
// $Id: FN_brands.php,v 1.20 2012/10/20 07:45:39 manolis Exp $
//
//************************************************************************
//------------------- GLIDER BRANDS DEFINITIONS ----------------------------
$CONF['brands']['list']=array(
1=>'Advance',
2=>'Airwave',
3=>'Gin',
4=>'Icaro Paragliders',
5=>'Nova',
6=>'Skywalk',
7=>'Swing',
8=>'UP',
9=>'SOL',
10=>'Gradient',
11=>'FreeX',
12=>'ProDesign',
13=>'MacPara',
14=>'UTurn',
15=>'Apco',
16=>'Woc',
17=>'Windtech',
18=>'Sky',
19=>'Ozone',
20=>'Aerodyne',
21=>'Aircross',
22=>'Paratech',
23=>'Dudek',
24=>'Firebird',
25=>'FlightDesign',
26=>'Niviuk',
27=>'Independence',
28=>'Axis',
29=>'Aeros',
30=>'Edel',
31=>'ITV',
32=>'Nervunes',
33=>'Pegas',
34=>'Perche',
35=>'Trekking',
36=>'XiX',
37=>'Paradelta',
38=>'WillsWing',
39=>'Moyes',
40=>'AIR',
41=>'Airborne',
42=>'Bautek',
43=>'Seedwings',
44=>'Finsterwalder',
45=>'Team5',
46=>'Thalhofer',
47=>'Airea',
48=>'La Mouette',
49=>'Impuls',
50=>'Team Impact',
51=>'Guggenmos',
52=>'Flying Planet',
53=>'Enterprise Wings',
54=>'CaliptAir',
55=>'Tecma',
56=>'Icaro 2000',
57=>'Skyline',
58=>'Skyward',
60=>'Escape',
80=>'Little Cloud',
81=>'JoJo Wings',
82=>'Sky Country',
83=>'Ynovar',
90=>'Archaeopteryx',
91=>'Air Design',
92=>'Paramania',
93=>'Triple Seven',
191=>'Scheibe',
192=>'Air-Sport',
193=>'Davinci Gliders',
194=>"Air'G",
195=>'BGD',
196=>'Adventure',
197=>'Element',
198=>'Flow Paragliders',
199=>'FlyFat',
200=>'KimFly',
201=>'Level Wings',
202=>'Maya',
203=>'MCC Aviation',
204=>'Neo',
205=>'ParAAvis',
206=>'PHI',
207=>'PPG Korea',
208=>'Skyman',
209=>'Sun Gliders',
210=>"Sup'Air",
301=>'Condor',
303=>'North Wing Design',
304=>'Quasar',
305=>'Ch. Kratzner',
306=>'Solar Wings',
307=>'Ellipse',
308=>'Laurent Zahn',
309=>'Ulteam',
310=>'Helite',
311=>'VEGA Drachenbau',
312=>'Skypoint',
313=>'Avian Hand Gliders',
314=>'Ikarus Pellicci',
315=>'Skyway',
316=>'Villinger',
317=>'Bright Star Gliders',
318=>'Eigenmann',
319=>'Pioneer Aviation',
320=>'Thalhofer',
321=>'Grif Italia',
401=>'Alexander Schleicher',
402=>'DG-Flugzeugbau',
403=>'Jonker Sailplanes',
404=>'Schempp-Hirth',
405=>'SZD',
);
?>