diff options
Diffstat (limited to 'www-ssl/inc')
-rwxr-xr-x | www-ssl/inc/config.php | 5 | ||||
-rwxr-xr-x | www-ssl/inc/funktion_schichtplan.php | 4 |
2 files changed, 1 insertions, 8 deletions
diff --git a/www-ssl/inc/config.php b/www-ssl/inc/config.php index 435ffe09..a4ff087d 100755 --- a/www-ssl/inc/config.php +++ b/www-ssl/inc/config.php @@ -24,11 +24,6 @@ $crypt_system="md5"; // für Developen 1, sonst = 0 $DEBUG = 0; -//the link to the CCC page -//$CCC_Start = "https://pentabarf.cccv.de/pentabarf/event/"; -$CCC_Start = "http://www.ccc.de/congress/2004/fahrplan/event/"; -$CCC_End = ".de.html"; - // SSL Cert-KEY $show_SSLCERT = "MD5:<br>AF:32:B9:BE:3F:AE:53:78:1E:1B:6E:82:48:E0:DB:94<br>\n". "SHA1:<br>B8:07:E8:A4:F3:1A:EF:03:81:C2:44:0C:50:25:3D:1A:A0:E4:AA:76"; diff --git a/www-ssl/inc/funktion_schichtplan.php b/www-ssl/inc/funktion_schichtplan.php index e2ea7168..818102eb 100755 --- a/www-ssl/inc/funktion_schichtplan.php +++ b/www-ssl/inc/funktion_schichtplan.php @@ -8,9 +8,7 @@ function ausgabe_Feld_Inhalt( $SID, $Man ) { // gibt, nach übergabe der der SchichtID (SID) und der RaumBeschreibung, // die eingetragenden und und offenden Schichteintäge zurück - global $EngelType, $EngelTypeID, $con; - //form Config - global $CCC_Start, $CCC_End, $DEBUG; + global $EngelType, $EngelTypeID, $con, $DEBUG; $Spalten = ""; |