~ubuntu-branches/ubuntu/precise/boinc/precise

« back to all changes in this revision

Viewing changes to html/ops/eah_server_status.php

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
// along with BOINC.  If not, see <http://www.gnu.org/licenses/>.
18
18
 
19
19
require_once("../inc/cache.inc");
20
 
require_once("../inc/util.inc");
 
20
require_once("../inc/util_ops.inc");
21
21
require_once("../inc/db.inc");
22
22
require_once("../project/project.inc");
23
23