tazpanel view tazpanel.conf @ rev 47

Move old upgreadeable command to 'up' and small edit
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 08 20:17:30 2011 +0200 (2011-04-08)
parents 13b1019d68d8
children cf15cb2ff715
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 # Absolute path to images and xHTML skel from $PANEL
9 IMAGES="/styles/$STYLE/images"
10 HEADER="/styles/$STYLE/header.html"
11 FOOTER="/styles/$STYLE/footer.html"
13 # Display some debug message
14 DEBUG="0"
16 # Xterm options
17 XTERM_OPTS="-geometry 80x16-0+24 -bg black -fg white"
19 # Generic page loading message
20 LOADING_MSG="Loading..."
22 # Busybox HTTP deamon config
23 HTTPD_CONF="/etc/slitaz/httpd.conf"
24 HTTPD_PORT="8090"
26 # Shared Tazpkg paths
27 LOCALSTATE="/var/lib/tazpkg"
28 INSTALLED="$LOCALSTATE/installed"