Hi everybody,
We just upgraded the server software on AQUA, and noticed that the upload/dowenload handler was reported to be disabled, while things seemed to be running. A look at the code showed this: $uldl_running = !file_exists($uldl); If ($uldl_running == 0) $uldl_running = -1; We removed the "!" before file_exists(). -Kamran _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
