summaryrefslogtreecommitdiff
path: root/inc/config.php
diff options
context:
space:
mode:
authorcookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-06 17:14:25 +0000
committercookie <cookie@29ba0400-6e00-0410-a75a-ca02368028f8>2005-11-06 17:14:25 +0000
commit866c47ec603595e8fe67da5f0e5d162a70b1f7b4 (patch)
treeef2b85462576150f017ba6bd53ace13dc60dc510 /inc/config.php
parentfbc8e11b91b0565ae5d23472fc4e5bfc7d879939 (diff)
move files
git-svn-id: svn://svn.cccv.de/engel-system@20 29ba0400-6e00-0410-a75a-ca02368028f8
Diffstat (limited to 'inc/config.php')
-rwxr-xr-xinc/config.php38
1 files changed, 0 insertions, 38 deletions
diff --git a/inc/config.php b/inc/config.php
deleted file mode 100755
index 46d91eec..00000000
--- a/inc/config.php
+++ /dev/null
@@ -1,38 +0,0 @@
-<?
-// Adresse des Webservers
-$url = "https://linuxeurobook/";
-
-// Startverzeichnis des Engelhome
-$ENGEL_ROOT = "/engel/";
-
-// Anzahl der News, die auf einer Seite ausgeben werden koennen...
-$DISPLAY_NEWS = 6;
-
-// Anzahl Stunden bis zum Austragen eigener Schichten
-$LETZTES_AUSTRAGEN=3;
-
-//Setzt den zu verwendenden Crypto algorismis
-// mp5 oder crypt
-// achtung crypt schaltet password ändern ab
-$crypt_system="md5";
-//$crypt_system="crypt";
-
-
-// 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>SHA1:<br>B8:07:E8:A4:F3:1A:EF:03:81:C2:44:0C:50:25:3D:1A:A0:E4:AA:76";
-
-//globale const. fuer schischtplan
-$GlobalZeileProStunde = 4;
-
-//ist ein modem angeschlossen
-$ModemEnable = false;
-
-?>