From fa27e3da5f86512b2b2d0719d0b6e28f5565fc21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Fr=C3=B6hlich?= Date: Tue, 28 Jul 2015 21:50:15 +0200 Subject: [PATCH] Remove PayPal buttons --- start_test.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/start_test.php b/start_test.php index 4ff0749..1a10bf6 100755 --- a/start_test.php +++ b/start_test.php @@ -81,7 +81,8 @@ if($_SESSION['profile']['loggedin']==1){ if ($haspassed) { // A paper/PDF certificate for passing the test has been requested. echo "
".Class_Quiz_12_ExplainCert; - echo "
\n". + // PayPal-Buttons. Removed while we cannot process certificate requests +/* echo "
\n". "\n". "\n". "\n". "\n". "\n". - "
\n". @@ -105,7 +106,7 @@ if($_SESSION['profile']['loggedin']==1){ "".Class_Quiz_13_Donate5."".Class_Quiz_14_Donate10."
\n"; + "\n";*/ } else { // Test wurde nie bestanden echo "
" . Class_Quiz_09;