Code

Removed bugsubmitter
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 13 Apr 2010 12:11:17 +0000 (12:11 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 13 Apr 2010 12:11:17 +0000 (12:11 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17620 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/addons/bugsubmitter/class_bugsubmitter.inc [deleted file]
gosa-core/plugins/addons/bugsubmitter/main.inc [deleted file]

diff --git a/gosa-core/plugins/addons/bugsubmitter/class_bugsubmitter.inc b/gosa-core/plugins/addons/bugsubmitter/class_bugsubmitter.inc
deleted file mode 100644 (file)
index 6af7f2d..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-<?php
-/*
- * This code is part of GOsa (http://www.gosa-project.org)
- * Copyright (C) 2003-2008 GONICUS GmbH
- *
- * ID: $$Id$$
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- */
-
-class bugsubmitter extends plugin
-{
-       var $plDescription = "Bug submitter";
-       var $plHeadline= "<a    href='https://oss.gonicus.de/labs/gosa/newticket'       target='_blank'>Bugsubmitter</a>";
-}
-
-?>
diff --git a/gosa-core/plugins/addons/bugsubmitter/main.inc b/gosa-core/plugins/addons/bugsubmitter/main.inc
deleted file mode 100644 (file)
index 2a9c314..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-<?php
-/*
- * This code is part of GOsa (http://www.gosa-project.org)
- * Copyright (C) 2003-2008 GONICUS GmbH
- *
- * ID: $$Id$$
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- */
-
-header('location:?');
-exit();
-$display = "";
-?>