Changeset 553
- Timestamp:
- Jul 18, 2013, 10:58:56 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 34 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Import/cmd.php
r514 r553 102 102 echo($Output); 103 103 //ShowFooter(); 104 105 ?> -
trunk/Modules/Import/generatecodeXML.php
r314 r553 96 96 } 97 97 } 98 99 ?> -
trunk/action.php
r541 r553 299 299 300 300 ShowPage($Output); 301 302 ?>303 -
trunk/admin/DefaultConfig.php
r542 r553 43 43 'SystemPassword' => '', 44 44 ); 45 46 ?> -
trunk/admin/UpdateTrace.php
r543 r553 2575 2575 539 => array('Revision' => 543, 'Function' => 'UpdateTo543'), 2576 2576 ); 2577 2578 ?> -
trunk/admin/install.php
r524 r553 125 125 'OriginalLanguage' => 1, 126 126 'SystemPassword' => '".$Config['SystemPassword']."', 127 ); 128 129 ?>"; 127 );"; 130 128 return($Output); 131 129 } … … 218 216 $Output .= '</body></html>'; 219 217 echo($Output); 220 221 ?> -
trunk/download.php
r504 r553 41 41 42 42 ShowPage($Output); 43 44 ?> -
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 ?> -
trunk/img_level.php
r543 r553 162 162 return($Output); 163 163 } 164 165 ?> -
trunk/img_statistic.php
r525 r553 56 56 ImagePNG($Image); 57 57 ImageDestroy($Image); 58 59 ?>60 61 -
trunk/includes/Database.php
r549 r553 203 203 return(MysqlDateTimeToTime('0000-00-00 '.$Time)); 204 204 } 205 206 ?> -
trunk/includes/FileStream.php
r460 r553 149 149 } 150 150 } 151 152 ?> -
trunk/includes/MemoryStream.php
r460 r553 134 134 } 135 135 } 136 137 ?> -
trunk/includes/Page.php
r548 r553 270 270 } 271 271 } 272 273 ?> -
trunk/includes/Update.php
r537 r553 68 68 } 69 69 } 70 71 ?> -
trunk/includes/Version.php
r552 r553 1 1 <?php 2 2 3 $Revision = 55 2; // Subversion revision3 $Revision = 553; // Subversion revision 4 4 $DatabaseRevision = 543; // Database structure revision 5 $ReleaseTime = '2013-0 6-19';5 $ReleaseTime = '2013-07-18'; -
trunk/includes/dbc.php
r468 r553 316 316 } 317 317 } 318 319 ?> -
trunk/includes/error.php
r538 r553 85 85 die(); 86 86 } 87 88 ?> -
trunk/includes/rss.php
r282 r553 28 28 return($Result); 29 29 } 30 31 32 ?> -
trunk/includes/zip.lib.php
r43 r553 186 186 187 187 } // end of the 'zipfile' class 188 ?> -
trunk/info.php
r504 r553 34 34 35 35 ShowPage($Output); 36 37 ?> -
trunk/log.php
r538 r553 104 104 ShowPage($Output); 105 105 } 106 107 ?> -
trunk/promotion.php
r548 r553 16 16 17 17 ShowPage($Output); 18 19 ?>20 -
trunk/rss.php
r510 r553 76 76 ))); 77 77 } else echo('Nezadán žádný kanál'); 78 79 ?> -
trunk/serverlist.php
r507 r553 33 33 34 34 ShowPage($Output); 35 36 ?> -
trunk/statistic.php
r539 r553 125 125 126 126 ShowPage($Output); 127 128 ?> -
trunk/version.php
r504 r553 31 31 32 32 ShowPage($Output); 33 34 ?>
Note:
See TracChangeset
for help on using the changeset viewer.