Changeset 56 for branches/old/index.php
- Timestamp:
- Feb 21, 2015, 12:17:01 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/old/index.php
r54 r56 173 173 if(array_key_exists('Debug', $_GET)) $Output .= '<th>Počet položek</th><th>Čas vykonání</th>'; 174 174 $Output .= '</tr>'; 175 $Database->select_db('measure');176 175 $Result = $Database->select('measure', '*', '(Enabled=1) AND ((PermissionView="all") OR (PermissionView="'.gethostbyaddr($_SERVER['REMOTE_ADDR']).'")) ORDER BY Description'); 177 176 while($Measure = $Result->fetch_array()) … … 202 201 } 203 202 $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>'; 206 204 207 205 ShowPage($Output);
Note:
See TracChangeset
for help on using the changeset viewer.