Skip to content
Snippets Groups Projects
Commit 2e5d52c3 authored by Martin Haase's avatar Martin Haase
Browse files

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
parent 416a15cf
No related branches found
No related tags found
No related merge requests found
<?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
<?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";
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment