summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7f8abaa)
raw | patch | inline | side by side (parent: 7f8abaa)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Apr 2006 12:23:37 +0000 (12:23 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 4 Apr 2006 12:23:37 +0000 (12:23 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@2981 594d385d-05f5-0310-b6e9-bd551577e9d8
html/main.php | patch | blob | history |
diff --git a/html/main.php b/html/main.php
index 14983974542684173cf6eb9a6ca1c82def32fe5e..8471e3eea3751e21ed743551bfa80a99d85ef8f4 100644 (file)
--- a/html/main.php
+++ b/html/main.php
/* Remember everything we did after the last click */
session_start ();
-if(file_exists("../../Lab/GosaStuff/TimeTest/TimeTest.php")){
- require_once("../../Lab/GosaStuff/TimeTest/TimeTest.php");
- $_SESSION['TT'] = new TimeTest();
- $_SESSION['TT'] -> AddPoint("Main");
-}
-
if ($_SERVER["REQUEST_METHOD"] == "POST"){
@DEBUG (DEBUG_POST, __LINE__, __FUNCTION__, __FILE__, $_POST, "_POST");
@@ -372,11 +366,6 @@ if ((isset($config->data['MAIN']['W3CTEST']) && preg_match('/true/i', $config->d
tidy_clean_repair($display);
}
-if(isset($_SESSION['TT'])){
- $_SESSION['TT']->AddPoint("Ende");
- echo $_SESSION['TT']->Draw();
-}
-
/* Show page... */
echo $display;