- modules/fotolab updated imagej to current version & some cod fixes to make it work
[care2x.git] / Care2007 / include / inc_init_main.php
blobf613d18491ae370bea07195084f503da1ef1815e
1 <?php
2 # This is the database name
3 $dbname='care2x';
5 # Database user name, default is root or httpd for mysql, or postgres for postgresql
6 $dbusername='root';
8 # Database user password, default is empty char
9 $dbpassword='';
11 # Database host name, default = localhost
12 $dbhost='localhost';
14 # First key used for simple chaining protection of scripts
15 $key='1.56801352007E+012';
17 # Second key used for accessing modules
18 $key_2level='5.59177453779E+012';
20 # 3rd key for encrypting cookie information
21 $key_login='2.1040830938E+012';
23 # Main host address or domain
24 $main_domain='localhost';
26 # Host address for images
27 $fotoserver_ip='localhost';
29 # Transfer protocol. Use https if this runs on SSL server
30 $httprotocol='http';
32 # Set this to your database type. For details refer to ADODB manual or goto http://php.weblogs.com/ADODB/
33 $dbtype='mysql';