Changeset 463 for trunk/Common/Global.php
- Timestamp:
- Nov 28, 2012, 9:18:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Global.php
r461 r463 6 6 else die('Nenalezen konfigurační soubor '.$ConfigFileName.'!'); 7 7 include_once(dirname(__FILE__).'/Module.php'); 8 include_once(dirname(__FILE__).'/AppModule.php'); 8 9 include_once(dirname(__FILE__).'/Database.php'); 9 10 include_once(dirname(__FILE__).'/Error.php'); … … 21 22 include_once(dirname(__FILE__).'/../finance/finance.php'); 22 23 24 include_once(dirname(__FILE__).'/../Modules/Meteostation/Meteostation.php'); 25 23 26 $PrefixMultipliers = array 24 27 (
Note:
See TracChangeset
for help on using the changeset viewer.