]> andersk Git - sql-web.git/blobdiff - batch/signup-client.php
lets have a SIGNUP_URL option
[sql-web.git] / batch / signup-client.php
index 1898efd6a2d96cde4d7833ebeb9a804cb373b72d..ff1f277a779be253c9ac5dad73b89f5b374d1751 100755 (executable)
@@ -15,8 +15,7 @@ if ($myUID<100) exit('bad UID');
 if (!extension_loaded('curl'))
     @dl('curl.so');
 
-//$cx = curl_init(BASE_HTTPS.BASE_URL.'do/batch/signup');
-$cx = curl_init('https://scripts2.mit.edu/dev/do/batch/signup');
+$cx = curl_init(SIGNUP_URL);
 curl_setopt($cx, CURLOPT_HTTPAUTH, CURLAUTH_BASIC);
 curl_setopt($cx, CURLOPT_RETURNTRANSFER, true);
 curl_setopt($cx, CURLOPT_SSL_VERIFYHOST, false);
This page took 0.024579 seconds and 4 git commands to generate.