tazpanel view tazpanel.conf @ rev 13

A bunch of change, users mangement, javascript small function, css, tazpg.cgi
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 03 03:21:00 2011 +0200 (2011-04-03)
parents 0ca11f2550ef
children 2ea20065417a
line source
1 # tazpanel.conf: SliTaz Web Control Panel configuration
2 #
4 # Panel location and theme
5 PANEL="/var/www/tazpanel"
6 STYLE="default"
8 # Path to images and xHTML skel
9 IMAGES="styles/$STYLE/images"
10 HEADER="styles/$STYLE/header.html"
11 FOOTER="styles/$STYLE/footer.html"
13 DEBUG="1"
15 # Busybox HTTP deamon config
16 # /etc/slitaz/httpd.conf
17 HTTPD_CONF="/etc/slitaz/httpd.conf"
18 HTTPD_PORT="8080"
20 # Shared Tazpkg paths
21 LOCALSTATE="/var/lib/tazpkg"
22 INSTALLED="$LOCALSTATE/installed"