|
1 |
| -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 1 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
2 | 2 | <html xmlns="http://www.w3.org/1999/xhtml">
|
3 | 3 | <head>
|
4 | 4 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
33 | 33 | View license.txt in the root, or visit:<br />
|
34 | 34 | <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/"
|
35 | 35 | target="_blank">http://creativecommons.org/licenses/by-nc-sa/3.0/</a></p>
|
36 |
| -<p class="header"><em>Last Update: Oct 23, 2009</em><br /></p> |
| 36 | +<p class="header"><em>Last Update: Sept 30, 2013</em><br /></p> |
37 | 37 | <hr />
|
38 | 38 |
|
39 |
| -<h1>Build ##REVISION## (Version 2.1.##REVISION##)</h1> |
| 39 | +<h1>Build 938 (Version 2.1.938)</h1> |
| 40 | +<ul> |
| 41 | + <li>Patched the php-ofc-library to remove an exploit</li> |
| 42 | +</ul> |
| 43 | +<br/> |
| 44 | + |
| 45 | +<h1>Build 937 (Version 2.1.937)</h1> |
40 | 46 | <ul>
|
41 | 47 | <li>Navigation data included for routes, more accurate maps for schedules, ACARS and PIREPS</li>
|
42 | 48 | <li>Financial backend overhauled, all data is in real-time, and more accurate</li>
|
@@ -255,23 +261,23 @@ <h1>
|
255 | 261 | </ul>
|
256 | 262 | <p>
|
257 | 263 | <strong>New Settings:</strong></p>
|
258 |
| -<pre>Config::Set('LOAD_FACTOR', '72'); |
259 |
| -This setting determines the % of MAXLOAD which are on a flight. |
| 264 | +<pre>Config::Set('LOAD_FACTOR', '72'); |
| 265 | +This setting determines the % of MAXLOAD which are on a flight. |
260 | 266 | The system will generate a passenger/cargo load based off of this number.
|
261 |
| -The industry load factor at this time is 72% (according to ATA). |
| 267 | +The industry load factor at this time is 72% (according to ATA). |
262 | 268 | Can be adjusted, not more than 90%. phpVMS will decide between +/- 10% of LOAD_FACTOR
|
263 | 269 |
|
264 | 270 | Config::Set('CARGO_UNITS', 'lbs');
|
265 | 271 | This is your units for cargo flights - lbs/kg/newtons ;)
|
266 | 272 |
|
267 |
| -Config::Set('UNITS', 'nm'); |
| 273 | +Config::Set('UNITS', 'nm'); |
268 | 274 | Enter nm (nautical miles), mi (miles), or km (kilometers)
|
269 | 275 | This will affect distance calculations
|
270 | 276 |
|
271 | 277 | Config::Set('VA_START_DATE', 'October 2008');
|
272 | 278 | <br /> This is the month your VA started, used for stats.
|
273 | 279 |
|
274 |
| -Config::Set('MONEY_UNIT', '$'); |
| 280 | +Config::Set('MONEY_UNIT', '$'); |
275 | 281 | This is the unit of money. For non-dollars, use :
|
276 | 282 | Euro (€), enter "&#8364;"
|
277 | 283 | Yen (¥), enter "&yen;"
|
|
307 | 313 |
|
308 | 314 | schedule_details.tpl - Chart change
|
309 | 315 |
|
310 |
| -pirep_new.tpl - Added "Fuel Used" field, and removed flight leg field |
| 316 | +pirep_new.tpl - Added "Fuel Used" field, and removed flight leg field |
311 | 317 |
|
312 | 318 | profile_edit.tpl - Select box for signature background images</pre>
|
313 | 319 | <hr />
|
|
0 commit comments