tazpanel diff settings.cgi @ rev 49

Update all page with latest functions such as debug, bunch of fixes and adding support for deamons
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 09 00:22:23 2011 +0200 (2011-04-09)
parents a7b1d69663c3
children 730f8bcacabc
line diff
     1.1 --- a/settings.cgi	Thu Apr 07 01:22:07 2011 +0200
     1.2 +++ b/settings.cgi	Sat Apr 09 00:22:23 2011 +0200
     1.3 @@ -2,8 +2,9 @@
     1.4  #
     1.5  # System settings CGI interface: user, locale, keyboard, date. Since we
     1.6  # dont have multiple page here there is only one case used to get commands
     1.7 -# values and the full content is following directly. 
     1.8 +# values and the full content is following directly.
     1.9  #
    1.10 +# Copyright (C) 2011 SliTaz GNU/Linux - GNU gpl v3
    1.11  #
    1.12  echo "Content-Type: text/html"
    1.13  echo ""
    1.14 @@ -78,6 +79,7 @@
    1.15  # Default xHTML content
    1.16  #
    1.17  xhtml_header
    1.18 +debug_info
    1.19  cat << EOT
    1.20  <div id="wrapper">
    1.21  	<h2>`gettext "System settings"`</h2>