From 86b3e68ce68fac01df31e937f0748277b5d23df2 Mon Sep 17 00:00:00 2001 From: jim winstead Date: Thu, 2 May 2002 01:51:18 +0000 Subject: [PATCH] argh, this was not pointing to the right place --- cvs-php.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cvs-php.php b/cvs-php.php index a725e5f62..b4e0628ef 100644 --- a/cvs-php.php +++ b/cvs-php.php @@ -38,8 +38,7 @@ if ($in && $checkread) { } if (!$error) { - #$result = posttohost("http://master.php.net/entry/cvs-account.php", array( - $error = posttohost("http://master.php.net/~jimw/php-master-web/entry/cvs-account.php", array( + $error = posttohost("http://master.php.net/entry/cvs-account.php", array( "username" => $cleaned[id], "name" => $cleaned[fullname], "email" => $cleaned[email],