From: Simon Rit Date: Tue, 17 May 2011 13:40:52 +0000 (+0200) Subject: Put registration on a public web page X-Git-Tag: v1.2.1~27 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=2511effb500f880655da35c97d7e6a4ec439a511;p=clitk.git Put registration on a public web page --- diff --git a/vv/vvMainWindow.cxx b/vv/vvMainWindow.cxx index 5225a03..c82e77f 100644 --- a/vv/vvMainWindow.cxx +++ b/vv/vvMainWindow.cxx @@ -331,7 +331,7 @@ vvMainWindow::vvMainWindow():vvMainWindowBase() void vvMainWindow::show(){ vvMainWindowBase::show(); - vvRegisterForm* registerForm = new vvRegisterForm(QUrl("http://localhost/vvregister/write.php"), getVVSettingsPath(), getSettingsOptionFormat()); + vvRegisterForm* registerForm = new vvRegisterForm(QUrl("http://www.creatis.insa-lyon.fr/~dsarrut/vvregister/write.php"), getVVSettingsPath(), getSettingsOptionFormat()); if(registerForm->canPush()){ registerForm->show(); registerForm->acquitPushed();//too bad if there is not internet connection anymore.