From 85c90f882e3615a378eae6cac3b4104e93e91b8a Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Fri, 01 Aug 2008 16:37:32 -0400
Subject: [PATCH] - Added a tools module. - Added a form to change the language and password of the current user.
---
interface/lib/classes/tform_actions.inc.php | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/interface/lib/classes/tform_actions.inc.php b/interface/lib/classes/tform_actions.inc.php
index 7b9a5a9..023595e 100644
--- a/interface/lib/classes/tform_actions.inc.php
+++ b/interface/lib/classes/tform_actions.inc.php
@@ -60,11 +60,13 @@
// show print version of the form
if(isset($_GET["print_form"]) && $_GET["print_form"] == 1) {
+ die('Function disabled.');
$this->onPrintForm();
}
// send this form by email
if(isset($_GET["send_form_by_mail"]) && $_GET["send_form_by_mail"] == 1) {
+ die('Function disabled.');
$this->onMailSendForm();
}
--
Gitblit v1.9.1