Changeset 44 for www/is/restart.php


Ignore:
Timestamp:
Feb 1, 2008, 9:57:43 PM (17 years ago)
Author:
george
Message:

Opraveno: České znaky v restartovacím skriptu.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • www/is/restart.php

    r4 r44  
    2020
    2121echo('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>');
     22echo('<table border="1" cellspacing="0"><tr><th>Služba</th><th>Restart</th><th>Zbývající čas</th></tr>');
    2323$DbResult = $Database->select('services_restart', '*, UNIX_TIMESTAMP(last_time)');
    2424while($Service = $DbResult->fetch_array())
Note: See TracChangeset for help on using the changeset viewer.