Changeset 44
- Timestamp:
- Feb 1, 2008, 9:57:43 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
www/is/restart.php
r4 r44 20 20 21 21 echo('Vyberte služby, které chcete restartovat:<br><form method="post">'); 22 echo('<table border="1" cellspacing="0"><tr><th>Slu ľba</th><th>Restart</th><th>Zbývající čas</th></tr>');22 echo('<table border="1" cellspacing="0"><tr><th>Služba</th><th>Restart</th><th>Zbývající čas</th></tr>'); 23 23 $DbResult = $Database->select('services_restart', '*, UNIX_TIMESTAMP(last_time)'); 24 24 while($Service = $DbResult->fetch_array())
Note:
See TracChangeset
for help on using the changeset viewer.