Changeset 565 for trunk/includes
- Timestamp:
- Aug 20, 2013, 10:48:15 PM (12 years ago)
- Location:
- trunk/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/Version.php
r563 r565 1 1 <?php 2 2 3 $Revision = 56 3; // Subversion revision3 $Revision = 565; // Subversion revision 4 4 $DatabaseRevision = 543; // Database structure revision 5 $ReleaseTime = '2013-08- 13';5 $ReleaseTime = '2013-08-20'; -
trunk/includes/error.php
r553 r565 37 37 '<meta http-equiv="content-type" content="application/xhtml+xml; charset=utf-8" />'. 38 38 '</head><body>'. 39 'Došlo k vnitřní chybě!<br /> O chybě byl uvědoměn správce webu a chyb u brzy odstraní.<br /><br />');39 'Došlo k vnitřní chybě!<br /> O chybě byl uvědoměn správce webu a chyba bude brzy odstraněna.<br /><br />'); 40 40 echo('<pre>'.$Error.'</pre><br />'); 41 41 echo('</body></html>');
Note:
See TracChangeset
for help on using the changeset viewer.