Changeset 56 for branches/old/index.php


Ignore:
Timestamp:
Feb 21, 2015, 12:17:01 AM (9 years ago)
Author:
chronos
Message:
  • Added: Version information.
  • Modified: Used newest Database class.
  • Modified: Generated HTML code should be now compain with HTML5 standard.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/old/index.php

    r54 r56  
    173173if(array_key_exists('Debug', $_GET)) $Output .= '<th>Počet položek</th><th>Čas vykonání</th>';
    174174$Output .= '</tr>';
    175 $Database->select_db('measure');
    176175$Result = $Database->select('measure', '*', '(Enabled=1) AND ((PermissionView="all") OR (PermissionView="'.gethostbyaddr($_SERVER['REMOTE_ADDR']).'")) ORDER BY Description');
    177176while($Measure = $Result->fetch_array())
     
    202201}
    203202$Output .= '</table>';
    204 $Output .= '<br><a href="http://svn.zdechov.net/trac/statistic/">Sekce vývoje systému</a>';
    205 $Output .= '</div></body></html>';
     203$Output .= '</div>';
    206204
    207205ShowPage($Output);
Note: See TracChangeset for help on using the changeset viewer.