From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 28 13:10:02 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B91C01065679 for ; Wed, 28 Oct 2009 13:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 75FA28FC1F for ; Wed, 28 Oct 2009 13:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n9SDA2o2017978 for ; Wed, 28 Oct 2009 13:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n9SDA2w1017977; Wed, 28 Oct 2009 13:10:02 GMT (envelope-from gnats) Resent-Date: Wed, 28 Oct 2009 13:10:02 GMT Resent-Message-Id: <200910281310.n9SDA2w1017977@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bo-Yi Wu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9EBA1065670 for ; Wed, 28 Oct 2009 13:04:19 +0000 (UTC) (envelope-from appleboy@freebsd.ee.ccu.edu.tw) Received: from freebsd.ee.ccu.edu.tw (freebsd.ee.ccu.edu.tw [140.123.107.202]) by mx1.freebsd.org (Postfix) with ESMTP id 2034A8FC0A for ; Wed, 28 Oct 2009 13:04:18 +0000 (UTC) Received: from freebsd.ee.ccu.edu.tw (localhost [127.0.0.1]) by freebsd.ee.ccu.edu.tw (8.14.3/8.14.3) with ESMTP id n9SD45MA059547; Wed, 28 Oct 2009 21:04:05 +0800 (CST) (envelope-from appleboy@freebsd.ee.ccu.edu.tw) Received: (from root@localhost) by freebsd.ee.ccu.edu.tw (8.14.3/8.14.3/Submit) id n9SD44gl059546; Wed, 28 Oct 2009 21:04:04 +0800 (CST) (envelope-from appleboy) Message-Id: <200910281304.n9SD44gl059546@freebsd.ee.ccu.edu.tw> Date: Wed, 28 Oct 2009 21:04:04 +0800 (CST) From: Bo-Yi Wu To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: walt@relnor.com Subject: ports/140046: [PATCH] www/phpsysinfo-dev update to 3.0-RC9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bo-Yi Wu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Oct 2009 13:10:02 -0000 >Number: 140046 >Category: ports >Synopsis: [PATCH] www/phpsysinfo-dev update to 3.0-RC9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Oct 28 13:10:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Bo-Yi Wu >Release: FreeBSD 7.1-RELEASE-p6 i386 >Organization: III of Taiwan >Environment: System: FreeBSD freebsd.ee.ccu.edu.tw 7.1-RELEASE-p6 FreeBSD 7.1-RELEASE-p6 #4: Wed Jun 17 12:28:27 CST 2009 root@freebsd.ee.ccu.edu.tw:/usr/obj/usr/src/sys/GENERIC i386 >Description: update from 3.0-RC6 to 3.0-RC9, and add pkg-message file to describe how to configure apache httpd.conf >How-To-Repeat: >Fix: --- phpSysInfo.diff begins here --- diff -ruN phpsysinfo-dev.orig/Makefile phpsysinfo-dev/Makefile --- phpsysinfo-dev.orig/Makefile 2009-08-23 05:35:35.000000000 +0800 +++ phpsysinfo-dev/Makefile 2009-10-28 20:34:01.000000000 +0800 @@ -5,10 +5,9 @@ # $FreeBSD: ports/www/phpsysinfo-dev/Makefile,v 1.31 2009/08/22 00:38:20 amdmi3 Exp $ PORTNAME= phpSysInfo -DISTVERSION= 3.0-RC6 -PORTREVISION= 1 +DISTVERSION= 3.0-RC9 CATEGORIES= www -MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/3.0-RC6 +MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/3.0-RC9 MAINTAINER= walt@relnor.com COMMENT= A PHP script for displaying system information @@ -21,6 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME:L} NO_BUILD= yes +SUB_FILES= pkg-message LATEST_LINK= phpsysinfo .include @@ -38,4 +38,7 @@ ${FIND} ${WWWDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE} ${CP} ${WWWDIR}/config.php.new ${WWWDIR}/config.php +.if !defined(BATCH) + @ ${CAT} ${PKGMESSAGE} +.endif .include diff -ruN phpsysinfo-dev.orig/distinfo phpsysinfo-dev/distinfo --- phpsysinfo-dev.orig/distinfo 2008-12-25 04:29:00.000000000 +0800 +++ phpsysinfo-dev/distinfo 2009-10-28 19:59:03.000000000 +0800 @@ -1,3 +1,3 @@ -MD5 (phpSysInfo-3.0-RC6.tar.gz) = 8c63d60734308b40d531b3d2a3a80344 -SHA256 (phpSysInfo-3.0-RC6.tar.gz) = a6822c51b185d1bcc8bc07a53c6345e7ef741fe3a45f54804f2e82191069cd56 -SIZE (phpSysInfo-3.0-RC6.tar.gz) = 203108 +MD5 (phpSysInfo-3.0-RC9.tar.gz) = 7b7fb5d785f9afd46a871bd8a26f5d28 +SHA256 (phpSysInfo-3.0-RC9.tar.gz) = 61685e38a1c4b8381fc09f6544e8786f34c6b6e7b495c1091412b0bb4c775daa +SIZE (phpSysInfo-3.0-RC9.tar.gz) = 587873 diff -ruN phpsysinfo-dev.orig/files/patch-includes_os_class_BSD_common_inc_php phpsysinfo-dev/files/patch-includes_os_class_BSD_common_inc_php --- phpsysinfo-dev.orig/files/patch-includes_os_class_BSD_common_inc_php 2008-08-06 15:17:49.000000000 +0800 +++ phpsysinfo-dev/files/patch-includes_os_class_BSD_common_inc_php 1970-01-01 08:00:00.000000000 +0800 @@ -1,11 +0,0 @@ ---- includes/os/class.BSD.common.inc.php.org 2008-06-05 20:58:52.000000000 +0200 -+++ includes/os/class.BSD.common.inc.php 2008-08-05 22:34:24.000000000 +0200 -@@ -83,7 +83,7 @@ - } - } - // get our apache SERVER_NAME or vhost -- public function hostname() { -+ public function vhostname() { - if (!($result = getenv('SERVER_NAME'))) { - $result = "N.A."; - } diff -ruN phpsysinfo-dev.orig/files/pkg-message.in phpsysinfo-dev/files/pkg-message.in --- phpsysinfo-dev.orig/files/pkg-message.in 1970-01-01 08:00:00.000000000 +0800 +++ phpsysinfo-dev/files/pkg-message.in 2009-10-28 20:39:03.000000000 +0800 @@ -0,0 +1,16 @@ +***************************************************************** +You will also need to configure Apache. Consider adding the following +to your httpd.conf: + + Alias /phpSysInfo "%%WWWDIR%%" + + + AllowOverride all + Allow from all + + +Then restart Apache: 'apachectl graceful' + +Please visit 'http://localhost/phpSysInfo/' in a +web-browser and follow the configuration instructions. +***************************************************************** diff -ruN phpsysinfo-dev.orig/pkg-plist phpsysinfo-dev/pkg-plist --- phpsysinfo-dev.orig/pkg-plist 2008-12-25 04:29:00.000000000 +0800 +++ phpsysinfo-dev/pkg-plist 2009-10-28 20:23:56.000000000 +0800 @@ -4,94 +4,136 @@ %%WWWDIR%%/README_PLUGIN %%WWWDIR%%/config.php %%WWWDIR%%/config.php.new -%%WWWDIR%%/data/index.html -%%WWWDIR%%/distros.ini +%%WWWDIR%%/data/ModelTranslation.txt +%%WWWDIR%%/data/distros.ini %%WWWDIR%%/gfx/ajaxLoader.gif -%%WWWDIR%%/gfx/asc.gif -%%WWWDIR%%/gfx/attention.gif -%%WWWDIR%%/gfx/bg.gif +%%WWWDIR%%/gfx/attention.png %%WWWDIR%%/gfx/body.gif %%WWWDIR%%/gfx/bullet_toggle_minus.png %%WWWDIR%%/gfx/bullet_toggle_plus.png %%WWWDIR%%/gfx/close.gif -%%WWWDIR%%/gfx/desc.gif %%WWWDIR%%/gfx/html.gif +%%WWWDIR%%/gfx/images/Arch.png +%%WWWDIR%%/gfx/images/CentOS.png +%%WWWDIR%%/gfx/images/Cobalt.png +%%WWWDIR%%/gfx/images/Darwin.png +%%WWWDIR%%/gfx/images/Debian.png +%%WWWDIR%%/gfx/images/DragonFly.png +%%WWWDIR%%/gfx/images/Fedora.png +%%WWWDIR%%/gfx/images/FreeBSD.png +%%WWWDIR%%/gfx/images/Gentoo.png +%%WWWDIR%%/gfx/images/Mandrake.png +%%WWWDIR%%/gfx/images/NetBSD.png +%%WWWDIR%%/gfx/images/OpenBSD.png +%%WWWDIR%%/gfx/images/OpenSolaris.png +%%WWWDIR%%/gfx/images/PLD.gif +%%WWWDIR%%/gfx/images/ReactOS.png +%%WWWDIR%%/gfx/images/Redhat.png +%%WWWDIR%%/gfx/images/Rubix.png +%%WWWDIR%%/gfx/images/Slackware.png +%%WWWDIR%%/gfx/images/SunOS.png +%%WWWDIR%%/gfx/images/Suse.png +%%WWWDIR%%/gfx/images/Synology.png +%%WWWDIR%%/gfx/images/Trustix.png +%%WWWDIR%%/gfx/images/Ubuntu.png +%%WWWDIR%%/gfx/images/XandrOS.png +%%WWWDIR%%/gfx/images/free-eos.png +%%WWWDIR%%/gfx/images/hlfs.png +%%WWWDIR%%/gfx/images/iycc.png +%%WWWDIR%%/gfx/images/lfs.png +%%WWWDIR%%/gfx/images/unknown.png +%%WWWDIR%%/gfx/images/vista.png +%%WWWDIR%%/gfx/images/xp.png %%WWWDIR%%/gfx/next.gif %%WWWDIR%%/gfx/prev.gif %%WWWDIR%%/gfx/reload.png -%%WWWDIR%%/images/Arch.gif -%%WWWDIR%%/images/Arch.png -%%WWWDIR%%/images/CentOS.png -%%WWWDIR%%/images/Cobalt.png -%%WWWDIR%%/images/Darwin.png -%%WWWDIR%%/images/Debian.png -%%WWWDIR%%/images/Fedora.png -%%WWWDIR%%/images/FreeBSD.png -%%WWWDIR%%/images/Gentoo.png -%%WWWDIR%%/images/Mandrake.png -%%WWWDIR%%/images/NetBSD.png -%%WWWDIR%%/images/OpenBSD.png -%%WWWDIR%%/images/PLD.gif -%%WWWDIR%%/images/Redhat.png -%%WWWDIR%%/images/Rubix.png -%%WWWDIR%%/images/Slackware.png -%%WWWDIR%%/images/SunOS.png -%%WWWDIR%%/images/Suse.png -%%WWWDIR%%/images/Trustix.gif -%%WWWDIR%%/images/Ubuntu.gif -%%WWWDIR%%/images/free-eos.png -%%WWWDIR%%/images/hlfs.png -%%WWWDIR%%/images/index.html -%%WWWDIR%%/images/lfs.png -%%WWWDIR%%/images/unknown.png -%%WWWDIR%%/images/xp.gif -%%WWWDIR%%/includes/class.Error.inc.php -%%WWWDIR%%/includes/class.psi_plugin.inc.php -%%WWWDIR%%/includes/class.psi_plugin_interface.inc.php -%%WWWDIR%%/includes/common_functions.php -%%WWWDIR%%/includes/index.html -%%WWWDIR%%/includes/mb/class.coretemp.inc.php -%%WWWDIR%%/includes/mb/class.hddtemp.inc.php -%%WWWDIR%%/includes/mb/class.healthd.inc.php -%%WWWDIR%%/includes/mb/class.hwsensors.inc.php -%%WWWDIR%%/includes/mb/class.lmsensors.inc.php -%%WWWDIR%%/includes/mb/class.mbm5.inc.php -%%WWWDIR%%/includes/mb/class.mbmon.inc.php -%%WWWDIR%%/includes/mb/index.html -%%WWWDIR%%/includes/os/class.BSD.common.inc.php -%%WWWDIR%%/includes/os/class.BSD.common.inc.php.orig +%%WWWDIR%%/gfx/sort_asc.gif +%%WWWDIR%%/gfx/sort_both.gif +%%WWWDIR%%/gfx/sort_desc.gif +%%WWWDIR%%/gfx/treeTable/blank.gif +%%WWWDIR%%/gfx/treeTable/tv-collapsable-last.gif +%%WWWDIR%%/gfx/treeTable/tv-collapsable.gif +%%WWWDIR%%/gfx/treeTable/tv-expandable-last.gif +%%WWWDIR%%/gfx/treeTable/tv-expandable.gif +%%WWWDIR%%/gfx/treeTable/tv-item-last.gif +%%WWWDIR%%/gfx/treeTable/tv-item.gif +%%WWWDIR%%/gfx/treeTable/vertline.gif +%%WWWDIR%%/includes/autoloader.inc.php +%%WWWDIR%%/includes/class.CommonFunctions.inc.php +%%WWWDIR%%/includes/class.Parser.inc.php +%%WWWDIR%%/includes/error/class.Error.inc.php +%%WWWDIR%%/includes/interface/class.PSI_Interface_OS.inc.php +%%WWWDIR%%/includes/interface/class.PSI_Interface_Output.inc.php +%%WWWDIR%%/includes/interface/class.PSI_Interface_Plugin.inc.php +%%WWWDIR%%/includes/interface/class.PSI_Interface_Sensor.inc.php +%%WWWDIR%%/includes/interface/class.PSI_Interface_UPS.inc.php +%%WWWDIR%%/includes/js/class.JavaScriptPacker.inc.php +%%WWWDIR%%/includes/mb/class.Coretemp.inc.php +%%WWWDIR%%/includes/mb/class.HDDTemp.inc.php +%%WWWDIR%%/includes/mb/class.HWSensors.inc.php +%%WWWDIR%%/includes/mb/class.Healthd.inc.php +%%WWWDIR%%/includes/mb/class.IPMI.inc.php +%%WWWDIR%%/includes/mb/class.K8Temp.inc.php +%%WWWDIR%%/includes/mb/class.LMSensors.inc.php +%%WWWDIR%%/includes/mb/class.MBM5.inc.php +%%WWWDIR%%/includes/mb/class.MBMon.inc.php +%%WWWDIR%%/includes/mb/class.Sensors.inc.php +%%WWWDIR%%/includes/os/class.BSDCommon.inc.php %%WWWDIR%%/includes/os/class.Darwin.inc.php +%%WWWDIR%%/includes/os/class.DragonFly.inc.php %%WWWDIR%%/includes/os/class.FreeBSD.inc.php -%%WWWDIR%%/includes/os/class.HP-UX.inc.php +%%WWWDIR%%/includes/os/class.HPUX.inc.php %%WWWDIR%%/includes/os/class.Linux.inc.php %%WWWDIR%%/includes/os/class.NetBSD.inc.php +%%WWWDIR%%/includes/os/class.OS.inc.php %%WWWDIR%%/includes/os/class.OpenBSD.inc.php %%WWWDIR%%/includes/os/class.SunOS.inc.php %%WWWDIR%%/includes/os/class.WINNT.inc.php -%%WWWDIR%%/includes/os/class.parseProgs.inc.php -%%WWWDIR%%/includes/os/index.html -%%WWWDIR%%/includes/redir.php -%%WWWDIR%%/includes/ups/class.apcupsd.inc.php -%%WWWDIR%%/includes/ups/index.html -%%WWWDIR%%/includes/xml.class.php +%%WWWDIR%%/includes/output/class.Output.inc.php +%%WWWDIR%%/includes/output/class.Webpage.inc.php +%%WWWDIR%%/includes/output/class.WebpageXML.inc.php +%%WWWDIR%%/includes/output/class.WebpageXSLT.inc.php +%%WWWDIR%%/includes/plugin/class.PSI_Plugin.inc.php +%%WWWDIR%%/includes/to/class.MBInfo.inc.php +%%WWWDIR%%/includes/to/class.System.inc.php +%%WWWDIR%%/includes/to/class.UPSInfo.inc.php +%%WWWDIR%%/includes/to/device/class.CpuDevice.inc.php +%%WWWDIR%%/includes/to/device/class.DiskDevice.inc.php +%%WWWDIR%%/includes/to/device/class.HWDevice.inc.php +%%WWWDIR%%/includes/to/device/class.NetDevice.inc.php +%%WWWDIR%%/includes/to/device/class.SensorDevice.inc.php +%%WWWDIR%%/includes/to/device/class.UPSDevice.inc.php +%%WWWDIR%%/includes/ups/class.Apcupsd.inc.php +%%WWWDIR%%/includes/ups/class.Nut.inc.php +%%WWWDIR%%/includes/ups/class.UPS.inc.php +%%WWWDIR%%/includes/xml/class.SimpleXMLExtended.inc.php +%%WWWDIR%%/includes/xml/class.XML.inc.php %%WWWDIR%%/index.php -%%WWWDIR%%/js/README -%%WWWDIR%%/js/index.html -%%WWWDIR%%/js/jquery.color.pack.js -%%WWWDIR%%/js/jquery.mousewheel.pack.js -%%WWWDIR%%/js/jquery.nyroModal.pack.js -%%WWWDIR%%/js/jquery.pack.js -%%WWWDIR%%/js/jquery.tablesorter.pack.js +%%WWWDIR%%/js.php +%%WWWDIR%%/js/jQuery/README +%%WWWDIR%%/js/jQuery/jquery.dataTables.js +%%WWWDIR%%/js/jQuery/jquery.jgrowl.js +%%WWWDIR%%/js/jQuery/jquery.js +%%WWWDIR%%/js/jQuery/jquery.nyroModal.js +%%WWWDIR%%/js/jQuery/jquery.timers.js +%%WWWDIR%%/js/jQuery/jquery.treeTable.js +%%WWWDIR%%/js/phpSysInfo/phpsysinfo.js +%%WWWDIR%%/language/ast.xml %%WWWDIR%%/language/bg.xml %%WWWDIR%%/language/cz.xml +%%WWWDIR%%/language/da.xml %%WWWDIR%%/language/de.xml %%WWWDIR%%/language/en.xml %%WWWDIR%%/language/es.xml %%WWWDIR%%/language/et.xml +%%WWWDIR%%/language/fi.xml %%WWWDIR%%/language/fr.xml %%WWWDIR%%/language/gl.xml %%WWWDIR%%/language/hu.xml +%%WWWDIR%%/language/is.xml %%WWWDIR%%/language/it.xml +%%WWWDIR%%/language/ja.xml +%%WWWDIR%%/language/ko.xml %%WWWDIR%%/language/language.php %%WWWDIR%%/language/nl.xml %%WWWDIR%%/language/no.xml @@ -101,50 +143,127 @@ %%WWWDIR%%/language/ru.xml %%WWWDIR%%/language/sc.xml %%WWWDIR%%/language/sk.xml +%%WWWDIR%%/language/sl.xml %%WWWDIR%%/language/sv.xml +%%WWWDIR%%/language/translation-plugin.xsd +%%WWWDIR%%/language/translation.xsd %%WWWDIR%%/language/tw.xml %%WWWDIR%%/language/uk.xml -%%WWWDIR%%/phpsysinfo.dtd -%%WWWDIR%%/phpsysinfo.js -%%WWWDIR%%/plugins/index.html -%%WWWDIR%%/plugins/mdstat/class.mdstat.inc.php -%%WWWDIR%%/plugins/mdstat/css/mdstat.css -%%WWWDIR%%/plugins/mdstat/gfx/error.png -%%WWWDIR%%/plugins/mdstat/gfx/harddrivefail.png -%%WWWDIR%%/plugins/mdstat/gfx/harddriveok.png -%%WWWDIR%%/plugins/mdstat/gfx/harddrivespare.png -%%WWWDIR%%/plugins/mdstat/js/mdstat.js -%%WWWDIR%%/plugins/mdstat/lang/de.xml -%%WWWDIR%%/plugins/mdstat/lang/en.xml +%%WWWDIR%%/phpsysinfo.xslt +%%WWWDIR%%/phpsysinfo3.xsd +%%WWWDIR%%/plugins/BAT/BAT.config.php +%%WWWDIR%%/plugins/BAT/class.BAT.inc.php +%%WWWDIR%%/plugins/BAT/js/BAT.js +%%WWWDIR%%/plugins/BAT/lang/en.xml +%%WWWDIR%%/plugins/BAT/lang/fr.xml +%%WWWDIR%%/plugins/MDStatus/MDStatus.config.php +%%WWWDIR%%/plugins/MDStatus/class.MDStatus.inc.php +%%WWWDIR%%/plugins/MDStatus/css/mdstatus.css +%%WWWDIR%%/plugins/MDStatus/gfx/error.png +%%WWWDIR%%/plugins/MDStatus/gfx/harddrivefail.png +%%WWWDIR%%/plugins/MDStatus/gfx/harddriveok.png +%%WWWDIR%%/plugins/MDStatus/gfx/harddrivespare.png +%%WWWDIR%%/plugins/MDStatus/js/MDStatus.js +%%WWWDIR%%/plugins/MDStatus/lang/de.xml +%%WWWDIR%%/plugins/MDStatus/lang/en.xml +%%WWWDIR%%/plugins/MDStatus/lang/fr.xml +%%WWWDIR%%/plugins/PS/PS.config.php +%%WWWDIR%%/plugins/PS/class.PS.inc.php +%%WWWDIR%%/plugins/PS/js/PS.js +%%WWWDIR%%/plugins/PS/lang/de.xml +%%WWWDIR%%/plugins/PS/lang/en.xml +%%WWWDIR%%/plugins/PS/lang/fr.xml +%%WWWDIR%%/plugins/PSStatus/PSStatus.config.php +%%WWWDIR%%/plugins/PSStatus/class.PSStatus.inc.php +%%WWWDIR%%/plugins/PSStatus/css/psstatus.css +%%WWWDIR%%/plugins/PSStatus/gfx/offline.png +%%WWWDIR%%/plugins/PSStatus/gfx/online.png +%%WWWDIR%%/plugins/PSStatus/js/PSStatus.js +%%WWWDIR%%/plugins/PSStatus/lang/de.xml +%%WWWDIR%%/plugins/PSStatus/lang/en.xml +%%WWWDIR%%/plugins/PSStatus/lang/fr.xml +%%WWWDIR%%/plugins/Quotas/Quotas.config.php +%%WWWDIR%%/plugins/Quotas/class.Quotas.inc.php +%%WWWDIR%%/plugins/Quotas/css/quotas.css +%%WWWDIR%%/plugins/Quotas/js/Quotas.js +%%WWWDIR%%/plugins/Quotas/lang/de.xml +%%WWWDIR%%/plugins/Quotas/lang/en.xml +%%WWWDIR%%/plugins/Quotas/lang/fr.xml +%%WWWDIR%%/plugins/SMART/SMART.config.php +%%WWWDIR%%/plugins/SMART/class.SMART.inc.php +%%WWWDIR%%/plugins/SMART/css/smart.css +%%WWWDIR%%/plugins/SMART/js/SMART.js +%%WWWDIR%%/plugins/SMART/lang/en.xml +%%WWWDIR%%/plugins/SMART/lang/fr.xml %%WWWDIR%%/templates/aqua.css %%WWWDIR%%/templates/aqua/aq_background.gif %%WWWDIR%%/templates/clean.css -%%WWWDIR%%/templates/index.html +%%WWWDIR%%/templates/cream.css +%%WWWDIR%%/templates/cream/bg.gif %%WWWDIR%%/templates/jstyle_blue.css %%WWWDIR%%/templates/jstyle_green.css %%WWWDIR%%/templates/phpsysinfo.css -%%WWWDIR%%/templates/plugin/index.html +%%WWWDIR%%/templates/plugin/jquery.dataTables.css +%%WWWDIR%%/templates/plugin/jquery.jgrowl.css +%%WWWDIR%%/templates/plugin/jquery.treeTable.css %%WWWDIR%%/templates/plugin/nyroModal.full.css %%WWWDIR%%/templates/two.css %%WWWDIR%%/templates/two/gradient.png %%WWWDIR%%/xml.php @dirrm %%WWWDIR%%/templates/two @dirrm %%WWWDIR%%/templates/plugin +@dirrm %%WWWDIR%%/templates/cream @dirrm %%WWWDIR%%/templates/aqua @dirrm %%WWWDIR%%/templates -@dirrm %%WWWDIR%%/plugins/mdstat/lang -@dirrm %%WWWDIR%%/plugins/mdstat/js -@dirrm %%WWWDIR%%/plugins/mdstat/gfx -@dirrm %%WWWDIR%%/plugins/mdstat/css -@dirrm %%WWWDIR%%/plugins/mdstat +@dirrm %%WWWDIR%%/plugins/SMART/lang +@dirrm %%WWWDIR%%/plugins/SMART/js +@dirrm %%WWWDIR%%/plugins/SMART/gfx +@dirrm %%WWWDIR%%/plugins/SMART/css +@dirrm %%WWWDIR%%/plugins/SMART +@dirrm %%WWWDIR%%/plugins/Quotas/lang +@dirrm %%WWWDIR%%/plugins/Quotas/js +@dirrm %%WWWDIR%%/plugins/Quotas/gfx +@dirrm %%WWWDIR%%/plugins/Quotas/css +@dirrm %%WWWDIR%%/plugins/Quotas +@dirrm %%WWWDIR%%/plugins/PSStatus/lang +@dirrm %%WWWDIR%%/plugins/PSStatus/js +@dirrm %%WWWDIR%%/plugins/PSStatus/gfx +@dirrm %%WWWDIR%%/plugins/PSStatus/css +@dirrm %%WWWDIR%%/plugins/PSStatus +@dirrm %%WWWDIR%%/plugins/PS/lang +@dirrm %%WWWDIR%%/plugins/PS/js +@dirrm %%WWWDIR%%/plugins/PS/gfx +@dirrm %%WWWDIR%%/plugins/PS/css +@dirrm %%WWWDIR%%/plugins/PS +@dirrm %%WWWDIR%%/plugins/MDStatus/lang +@dirrm %%WWWDIR%%/plugins/MDStatus/js +@dirrm %%WWWDIR%%/plugins/MDStatus/gfx +@dirrm %%WWWDIR%%/plugins/MDStatus/css +@dirrm %%WWWDIR%%/plugins/MDStatus +@dirrm %%WWWDIR%%/plugins/BAT/lang +@dirrm %%WWWDIR%%/plugins/BAT/js +@dirrm %%WWWDIR%%/plugins/BAT/gfx +@dirrm %%WWWDIR%%/plugins/BAT/css +@dirrm %%WWWDIR%%/plugins/BAT @dirrm %%WWWDIR%%/plugins @dirrm %%WWWDIR%%/language +@dirrm %%WWWDIR%%/js/phpSysInfo +@dirrm %%WWWDIR%%/js/jQuery @dirrm %%WWWDIR%%/js +@dirrm %%WWWDIR%%/includes/xml @dirrm %%WWWDIR%%/includes/ups +@dirrm %%WWWDIR%%/includes/to/device +@dirrm %%WWWDIR%%/includes/to +@dirrm %%WWWDIR%%/includes/plugin +@dirrm %%WWWDIR%%/includes/output @dirrm %%WWWDIR%%/includes/os @dirrm %%WWWDIR%%/includes/mb +@dirrm %%WWWDIR%%/includes/js +@dirrm %%WWWDIR%%/includes/interface +@dirrm %%WWWDIR%%/includes/error @dirrm %%WWWDIR%%/includes -@dirrm %%WWWDIR%%/images +@dirrm %%WWWDIR%%/gfx/treeTable +@dirrm %%WWWDIR%%/gfx/images @dirrm %%WWWDIR%%/gfx @dirrm %%WWWDIR%%/data @dirrmtry %%WWWDIR%% --- phpSysInfo.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: