# HG changeset patch # User Christophe Lincoln # Date 1489683696 -3600 # Node ID 085d67c5a49e9866af3f8776f7d7422f87e42285 # Parent 3f130f82527c307fa42b58702d7b5ebc4604cf91 Try a fx for pizza help page (not displaying actually) diff -r 3f130f82527c -r 085d67c5a49e web/lib/libpizza --- a/web/lib/libpizza Thu Mar 16 17:40:00 2017 +0100 +++ b/web/lib/libpizza Thu Mar 16 18:01:36 2017 +0100 @@ -2,12 +2,12 @@ # # Common functions for Pizza CGI/SHell web interface. # +. /usr/lib/slitaz/httphelper.sh +header [ -f "/etc/slitaz/pizza.conf" ] && . /etc/slitaz/pizza.conf [ -f "../pizza.conf" ] && . ../pizza.conf . ./db.conf -. /usr/lib/slitaz/httphelper -header # xHTML header. cat lib/header.html || exit 1