tazpanel diff lib/libtazpanel @ rev 307
fix bug with config file. config reverts (mainly) to the old format
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri May 04 22:58:21 2012 +0300 (2012-05-04) |
parents | fdfc6b494539 |
children | 361d09d27f96 |
line diff
1.1 --- a/lib/libtazpanel Fri May 04 13:00:43 2012 +0300 1.2 +++ b/lib/libtazpanel Fri May 04 22:58:21 2012 +0300 1.3 @@ -6,6 +6,10 @@ 1.4 # Get parameters with GET, POST and FILE functions 1.5 . /usr/bin/httpd_helper.sh 1.6 1.7 +# Disk usage warnings in percents 1.8 +DU_WARN="70" 1.9 +DU_CRIT="90" 1.10 + 1.11 # I18n 1.12 . /etc/locale.conf 1.13 . /usr/bin/gettext.sh