summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: af4e399)
raw | patch | inline | side by side (parent: af4e399)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 8 May 2007 08:23:04 +0000 (08:23 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 8 May 2007 08:23:04 +0000 (08:23 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6290 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/class_setupStep_Feedback.inc | patch | blob | history |
index bd2580b44d89b8d6a0bb2b1dd97abd6d7e44e6c2..778345d4d58c1072f66501006c51f7da978893a2 100644 (file)
var $subscribe = TRUE;
var $use_gosa_announce = TRUE;
- var $feedback_url = "https://oss.gonicus.de/feedback/send.php";
+ var $feedback_url = "http://oss.gonicus.de/gosa-feedback/";
var $get_started = TRUE;
var $problems_encountered = "";
if(isset($_POST['send_feedback'])){
- $msgs = $this->check();
+ $msgs = $this->check_feedback();
if(count($msgs)){
foreach($msgs as $msg){
print_red($msg);
}
- function check()
+ function check_feedback()
{
$msgs = array();
if(!is_email($this->eMail) || empty($this->eMail)){