Changeset 6 for scripts/check.php
- Timestamp:
- Jun 4, 2008, 9:01:09 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/check.php
r3 r6 1 1 <?php 2 /* 2 3 require ('../includes/config.php'); 3 4 $db = new tMySql; … … 8 9 $db->connect(); 9 10 10 $db->query('del', 'select `id`, `created` from `servers` where (`online` /`online_checks`) < 0.8');11 $db->query('del', 'select `id`, `created` from `servers` where (`online`) < 0.8'); 11 12 while ($row = $db->fetch_assoc('del')) 12 13 { … … 16 17 } 17 18 } 19 */ 20 18 21 ?>
Note:
See TracChangeset
for help on using the changeset viewer.