From 2e5d52c318c99ffdad796803bedcd5c655a549a9 Mon Sep 17 00:00:00 2001
From: Martin Haase <martin.haase@daasi.de>
Date: Thu, 23 Sep 2010 16:17:38 +0000
Subject: [PATCH] dunno why svn checks emacs backup~ files in

git-svn-id: https://textgridlab.org/svn/textgrid/trunk/middleware/tgauth@7270 7c539038-3410-0410-b1ec-0f2a7bf1c452
---
 .../tglib/LDAP.class.php~                     | 21 ------------
 .../tglib/WebUtils.class.php~                 | 34 -------------------
 2 files changed, 55 deletions(-)
 delete mode 100644 info.textgrid.middleware.tgauth.webauth/tglib/LDAP.class.php~
 delete mode 100644 info.textgrid.middleware.tgauth.webauth/tglib/WebUtils.class.php~

diff --git a/info.textgrid.middleware.tgauth.webauth/tglib/LDAP.class.php~ b/info.textgrid.middleware.tgauth.webauth/tglib/LDAP.class.php~
deleted file mode 100644
index f4667c8..0000000
--- a/info.textgrid.middleware.tgauth.webauth/tglib/LDAP.class.php~
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-// #######################################################
-// Author: Martin Haase / DAASI International GmbH / TextGrid
-// Creation date: 2010-09-23
-// Modification date: 2010-09-03
-// Version: 0.1
-// based on authenticate.php
-// #######################################################
-
-mb_internal_encoding("UTF-8");
-
-class LDAP {
-  // Global variables
-
-
-  public function __construct( $a, $b ) {
-
-  }
-
-
-}
\ No newline at end of file
diff --git a/info.textgrid.middleware.tgauth.webauth/tglib/WebUtils.class.php~ b/info.textgrid.middleware.tgauth.webauth/tglib/WebUtils.class.php~
deleted file mode 100644
index 7c4a55f..0000000
--- a/info.textgrid.middleware.tgauth.webauth/tglib/WebUtils.class.php~
+++ /dev/null
@@ -1,34 +0,0 @@
-<?php
-// #######################################################
-// Author: Martin Haase / DAASI International GmbH / TextGrid
-// Creation date: 2010-09-23
-// Modification date: 2010-09-03
-// Version: 0.1
-// #######################################################
-
-mb_internal_encoding("UTF-8");
-
-class WebUtils {
-  // Global variables
-
-
-  public function __construct() {
-
-  }
-
-
-  public function printFailure($heading,$detail,$rbachash) {
-
-
-}
-
-  public function printHeader ($title) {
-    echo "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n";
-    echo "<html xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\" xml:lang=\"en\">\n";
-    echo "<head>\n";
-    echo "<title>" . $title . "</title>\n";
-    echo "<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n";
-  }
-
-
-}
-- 
GitLab