From 173006a313c1b8ba1a5363b6f494428ff26230b3 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 2 Oct 2006 13:10:58 +0000 Subject: [PATCH] Change default (old change not checked in) --- iplookup/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iplookup/index.php b/iplookup/index.php index 46ddc4833d..68bd95fb97 100644 --- a/iplookup/index.php +++ b/iplookup/index.php @@ -9,7 +9,7 @@ $user = optional_param('user', $USER->id); if (empty($CFG->iplookup)) { - set_config('iplookup', 'ipatlas'); + set_config('iplookup', 'hostip'); } require("$CFG->dirroot/iplookup/$CFG->iplookup/lib.php"); -- 2.39.5