Changeset 553 for trunk/export
- Timestamp:
- Jul 18, 2013, 10:58:56 PM (11 years ago)
- Location:
- trunk/export
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/export/create_addon.php
r520 r553 257 257 } 258 258 } 259 260 ?> -
trunk/export/create_mpq.php
r366 r553 5 5 echo(exec('mkdir ../tmp/mpq')); 6 6 echo('hotovo'); 7 8 ?> -
trunk/export/dbc_test.php
r117 r553 23 23 $DBCFile2->Commit(); 24 24 echo('</table>'); 25 26 ?> -
trunk/export/export.php
r526 r553 405 405 } 406 406 } 407 408 ?> -
trunk/export/export_output.php
r504 r553 270 270 return($Output); 271 271 } 272 273 ?> -
trunk/export/index.php
r541 r553 693 693 694 694 ShowPage($Output); 695 696 697 ?> -
trunk/export/process_aowow_export.php
r455 r553 63 63 // Update news date 64 64 $Database2->query('UPDATE `aowow_news` SET `text_loc0` = "Poslední aktualizace dat '.date('d. n. Y, H:i:s').'", `text_loc8` = "Poslední aktualizace dat '.date('d. n. Y, H:i:s').'" WHERE `aowow_news`.`id` =3'); 65 66 ?> -
trunk/export/process_task.php
r455 r553 59 59 60 60 // WriteLog('Generování dbc úloh', LOG_TYPE_DOWNLOAD); 61 ?>
Note:
See TracChangeset
for help on using the changeset viewer.