Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
;
; Ini file for apartVw will set all used inc dirs etc
; This file should be parsed first in all php files
; use parse_ini_file("../iniName");
;
[General]
;
AV_instName = "Fritz-Haber-Institut"
AV_instNameK = "FHI"
AV_gesName = "Max-Planck-Gesellschaft"
;
AV_instAdr = "Faradayweg 4-6, 14195 Berlin "
AV_gHouseAdr="Faradayweg 14, 14195 Berlin "
;
AV_telNightGuards= "(tel: 030 8413 3637)"
;
[Web]
;
WebHome = /home/apartvw/develop/ApartVW
AV_PHP_DIR = /php
AV_INC_DIR = /home/apartvw/develop/ApartVW/inc
AV_SRCINC_DIR = ../inc
AV_CSS_DIR = /css
AV_IMG_DIR = /img
AV_JS_DIR = /js
AV_TOOL_DIR = /home/apartvw/develop/ApartVW/tool
AV_FORM_DIR = /home/apartvw/develop/ApartVW/form
AV_INFOS_DIR = /infos
AV_INCLUDE_DIR = /css:/img:/php:/js:/infos:/form:/tool
;
[Database]
AV_dbserver =
AV_dbuser =
AV_dbpassword =
AV_dbname =
AV_dbtype =
;
[LDAP]
AV_ldaphost =
AV_ldapport =
;
[MAIL]
; might not be used, if postfix uses smart host
AV_mailhost =
;