slitaz-pizza rev 125

Try a fx for pizza help page (not displaying actually)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 16 18:01:36 2017 +0100 (2017-03-16)
parents 3f130f82527c
children 5cede24bc0fc
files web/lib/libpizza
line diff
     1.1 --- a/web/lib/libpizza	Thu Mar 16 17:40:00 2017 +0100
     1.2 +++ b/web/lib/libpizza	Thu Mar 16 18:01:36 2017 +0100
     1.3 @@ -2,12 +2,12 @@
     1.4  #
     1.5  # Common functions for Pizza CGI/SHell web interface.
     1.6  #
     1.7 +. /usr/lib/slitaz/httphelper.sh
     1.8 +header
     1.9  
    1.10  [ -f "/etc/slitaz/pizza.conf" ] && . /etc/slitaz/pizza.conf
    1.11  [ -f "../pizza.conf" ] && . ../pizza.conf
    1.12  . ./db.conf
    1.13 -. /usr/lib/slitaz/httphelper
    1.14 -header
    1.15  
    1.16  # xHTML header.
    1.17  cat lib/header.html || exit 1