Changeset 90 for trunk/Application
- Timestamp:
- Oct 4, 2019, 10:31:38 PM (5 years ago)
- Location:
- trunk/Application
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/Version.php
r85 r90 6 6 // and system will need database update. 7 7 8 $Revision = 8 5;8 $Revision = 88; 9 9 $DatabaseRevision = 79; 10 $ReleaseTime = strtotime('201 8-01-20');10 $ReleaseTime = strtotime('2019-10-04'); -
trunk/Application/View.php
r88 r90 20 20 $Output .= $Content; 21 21 $Output .= '<br/><div style="text-align: center; font-size: small;">Verze: '.$Revision.' ('.HumanDate($ReleaseTime).')'. 22 ' <a href="http://svn.zdechov.net/trac/estetistic/browser/trunk">Zdrojový kód</a> '. 23 '<a href="http://svn.zdechov.net/trac/estetistic/log/trunk?verbose=on">Historie změn</a></div>'; 22 ' <a href="https://app.zdechov.net/estetistic/">Zdrojový kód</a></div>'; 24 23 $Output .= '</body></html>'; 25 24 echo($Output);
Note:
See TracChangeset
for help on using the changeset viewer.