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

« back to all changes in this revision

Viewing changes to html/ops/db_cleanse.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:
21
21
// but (because of crashes or bugs) they sometimes do.
22
22
// db_purge doesn't get rid of them; this does
23
23
 
24
 
require_once("../inc/util.inc");
 
24
$cli_only = true;
 
25
require_once("../inc/util_ops.inc");
25
26
require_once("../inc/db.inc");
26
27
 
27
28
set_time_limit(0);
104
105
 
105
106
        // uncomment the following to actually delete
106
107
 
 
108
        die("edit script to enable deletion\n");
107
109
        //mysql_query("delete from result where id=$resid");
108
110
    }
109
111
}