Changeset 49 for branches/old/index.php
- Timestamp:
- Feb 20, 2015, 8:30:42 AM (10 years ago)
- Location:
- branches/old
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/old
- Property svn:ignore
-
old new 1 1 config.php 2 .buildpath 3 .project 4 .settings
-
- Property svn:ignore
-
branches/old/index.php
r28 r49 7 7 { 8 8 global $Months; 9 9 10 10 $Output = '<form style="display: inline;" action="?Operation=SetTime&Time='.$Time.'" method="post">'; 11 11 12 12 $TimeParts = getdate($_SESSION[$Time]); 13 13 //print_r($TimeParts); 14 14 15 15 // Day selection 16 16 $Output .= '<select name="Day">'; … … 21 21 } 22 22 $Output .= '</select>. '; 23 23 24 24 // Month selection 25 25 $Output .= '<select name="Month">'; … … 178 178 $StopWatchStart = GetMicrotime(); 179 179 if(array_key_exists('Debug', $_GET)) 180 { 180 { 181 181 $DbResult = $Database->select($Measure['DataTable'], 'COUNT(*)', 'measure='.$Measure['Id']); 182 182 $RowCount = $DbResult->fetch_array(); … … 201 201 } 202 202 $Output .= '</table>'; 203 $Output .= '<br><a href="http:// game.zdechov.net/statistic/development/">Sekce vývoje systému</a>';203 $Output .= '<br><a href="http://svn.zdechov.net/trac/statistic/">Sekce vývoje systému</a>'; 204 204 //echo(time()); 205 205 //print_r(gd_info()); … … 210 210 211 211 //echo(AddPrefixMultipliers('-0.000000071112345', 'B')); 212 213 ?>
Note:
See TracChangeset
for help on using the changeset viewer.