diff options
author | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-12-25 05:59:56 +0000 |
---|---|---|
committer | cookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8> | 2005-12-25 05:59:56 +0000 |
commit | f2a7d655401a0fc0f918699987faedb44acecd87 (patch) | |
tree | 98762e8a28111dd45c05f7f2f40d3e9d3626bd4f /www-ssl/inc | |
parent | 6ee68e5f58e7856caf5fef90661c1f74d81a1932 (diff) |
unbenutzet variabel entfernt
git-svn-id: svn://svn.cccv.de/engel-system@107 29ba0400-6e00-0410-a75a-ca02368028f8
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 = ""; |