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

« back to all changes in this revision

Viewing changes to html/ops/host_update_credit.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:
16
16
// You should have received a copy of the GNU Lesser General Public License
17
17
// along with BOINC.  If not, see <http://www.gnu.org/licenses/>.
18
18
 
 
19
$cli_only = true;
19
20
require_once("../inc/db.inc");
20
21
require_once("../inc/host.inc");
 
22
require_once("../inc/util_ops.inc");
21
23
 
22
24
host_update_credit(141006);
23
25
?>