summaryrefslogtreecommitdiff
path: root/default-conf/var_www_includes/config.php
diff options
context:
space:
mode:
authorMoritz helios Rudert <helios@planetcyborg.de>2011-06-01 12:13:39 +0200
committerMoritz helios Rudert <helios@planetcyborg.de>2011-06-01 12:13:39 +0200
commit75448045cfe70054c8f4bae1bcfaf9bb0f70d330 (patch)
tree6a4d3d35019cdf933c1816e8522dc5d2557f5238 /default-conf/var_www_includes/config.php
parent12e0b0d809c29d435a247798d7318cc9835980ea (diff)
fixes
Diffstat (limited to 'default-conf/var_www_includes/config.php')
-rw-r--r--[-rwxr-xr-x]default-conf/var_www_includes/config.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/default-conf/var_www_includes/config.php b/default-conf/var_www_includes/config.php
index 574d9947..4c8237f1 100755..100644
--- a/default-conf/var_www_includes/config.php
+++ b/default-conf/var_www_includes/config.php
@@ -1,4 +1,4 @@
-<?PHP
+<?php
// Adresse des Webservers
$url = "https://SEDENGELURL";
@@ -27,11 +27,11 @@ $arch_angels="fnord";
$gmdateOffset=3600;
// für Developen 1, sonst = 0
-$DEBUG = 0;
+$debug = 0;
// SSL Cert-KEY
$show_SSLCERT = "MD5:<br>MD5SED<br>\n".
- "SHA1:<br>SHA1SED";
+ "SHA1:<br>SHA1SED";
//globale const. fuer schischtplan
$GlobalZeileProStunde = 4;