summaryrefslogtreecommitdiff
path: root/includes/header.php
diff options
context:
space:
mode:
authorAngelo Cuccato <cuccato@web.de>2010-01-13 00:07:42 +0100
committerAngelo Cuccato <cuccato@web.de>2010-01-13 00:07:42 +0100
commit93e0fc9705ec2fa8210748be1a56028c0d7c4379 (patch)
tree439ca9216a47f8eb3bf9534426c458775e2afe71 /includes/header.php
parent49858dba14bfecc60f107b2ab448b69d967f5c2e (diff)
add group functions
Diffstat (limited to 'includes/header.php')
-rwxr-xr-xincludes/header.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/includes/header.php b/includes/header.php
index fc5a3a96..6529706a 100755
--- a/includes/header.php
+++ b/includes/header.php
@@ -7,12 +7,7 @@ echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n";
<HEAD>
<?PHP
-// SVN versions auswertung
-exec("svnversion", $VersionArray);
-if( strlen($VersionArray[0]))
- $Version = "(r ". $VersionArray[0]. ")";
-
-echo "<TITLE>--- $title $Version ---</TITLE>";
+echo "<TITLE>--- $title ---</TITLE>";
?>
<meta name="keywords" content="Engel, Himmelsverwaltung">
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">