Changeset 501 for trunk/Modules/FinanceBankAPI
- Timestamp:
- Mar 10, 2013, 8:15:46 PM (12 years ago)
- Location:
- trunk/Modules/FinanceBankAPI
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/FinanceBankAPI/FileImport.php
r500 r501 1 1 <?php 2 2 3 include_once(dirname(__FILE__).'/../ Common/Global.php');3 include_once(dirname(__FILE__).'/../../Common/Global.php'); 4 4 5 5 class PageFileImport extends Page -
trunk/Modules/FinanceBankAPI/FinanceBankAPI.php
r500 r501 1 1 <?php 2 2 3 include_once( 'FileImport.php');3 include_once(dirname(__FILE__).'/FileImport.php'); 4 4 5 5 class ModuleFinanceBankAPI extends AppModule
Note:
See TracChangeset
for help on using the changeset viewer.