PriceSource: Spalte vor Preis und Rabatt anzeigen.
[kivitendo-erp.git] / .htaccess
1 ### Choose a character set (just in case you like to change it here)
2 ### uncommit the line you wish to activate
3 #AddDefaultCharset ISO-8859-15
4 #AddDefaultCharset UTF-8
5
6 ### simple access control by client ip
7 ### uncomment the lines starting with Order ..., Deny ... and Allow ...
8 ### examples: "Allow from 192.168" or "Allow from 192.168.1" or "Allow from 192.168.178" or "Allow from 217.84.201.2"
9 #Order deny,allow
10 #Deny from all
11 #Allow from 192.168