Changeset 880 for trunk/Modules/Download/Download.php
- Timestamp:
- Apr 7, 2020, 10:15:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Download/Download.php
r850 r880 74 74 '<a href="'.$fileslink.'/DBCtoCSV.exe">DBCtoCSV</a> - '.T('tool for transform DBC files to CSV').'<br />'. 75 75 '<a href="'.$fileslink.'/ClientDBExtractor.exe">ClientDBExtractor.exe</a> - '.T('tool for exporting dbc files from game client').'<br />'; 76 return ($Output);76 return $Output; 77 77 } 78 78 … … 144 144 $PageList['Output']; 145 145 146 return ($Output);146 return $Output; 147 147 } 148 148 … … 154 154 else $Output .= $this->ShowDownload(); 155 155 156 return ($Output);156 return $Output; 157 157 } 158 158 }
Note:
See TracChangeset
for help on using the changeset viewer.