@@ -7,7 +7,7 @@ |
||
| 7 | 7 | // add other criteria like # of countries (based on IP addr) |
| 8 | 8 | // consider only hosts with recent last RPC time |
| 9 | 9 | |
| 10 | -define ('MAX_HOSTS', 100); |
|
| 10 | +define('MAX_HOSTS', 100); |
|
| 11 | 11 | |
| 12 | 12 | require_once('../inc/boinc_db.inc'); |
| 13 | 13 | |