View | Details | Raw Unified | Return to bug 195329 | Differences between
and this patch

Collapse All | Expand All

(-)b/www/phpsysinfo/Makefile (-7 / +8 lines)
Lines 2-30 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	phpsysinfo
4
PORTNAME=	phpsysinfo
5
PORTVERSION=	3.0.10
5
PORTVERSION=	3.1.17
6
PORTREVISION=	2
7
CATEGORIES=	www
6
CATEGORIES=	www
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/
7
MASTER_SITES=	GH
9
8
10
MAINTAINER=	walt@relnor.com
9
MAINTAINER=	walt@relnor.com
11
COMMENT=	PHP script for displaying system information
10
COMMENT=	PHP script for displaying system information
12
11
13
LICENSE=	GPLv2
12
LICENSE=	GPLv2
14
13
14
USE_GITHUB=	yes
15
GH_ACCOUNT=	phpsysinfo
16
GH_TAGNAME=	v3.1.17
17
GH_COMMIT=	ba6ae2d
18
15
USE_PHP=	dom pcre xml simplexml mbstring
19
USE_PHP=	dom pcre xml simplexml mbstring
16
WANT_PHP_WEB=	yes
20
WANT_PHP_WEB=	yes
17
21
18
LATEST_LINK=	phpsysinfo-dev
19
20
NO_BUILD=	yes
22
NO_BUILD=	yes
21
WRKSRC=		${WRKDIR}/${PORTNAME}
22
23
23
SUB_FILES=	pkg-message
24
SUB_FILES=	pkg-message
24
25
25
do-install:
26
do-install:
26
	${MKDIR} ${STAGEDIR}${WWWDIR}
27
	${MKDIR} ${STAGEDIR}${WWWDIR}
27
	cd ${WRKSRC}; ${FIND} . \
28
	cd ${WRKSRC}; ${FIND} . \! -name .travis.yml \
28
		| ${CPIO} -pdm -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}
29
		| ${CPIO} -pdm -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR}
29
	${CHMOD} -R ${BINMODE} ${STAGEDIR}${WWWDIR}
30
	${CHMOD} -R ${BINMODE} ${STAGEDIR}${WWWDIR}
30
	${FIND} ${STAGEDIR}${WWWDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE}
31
	${FIND} ${STAGEDIR}${WWWDIR} ! -type d | ${XARGS} ${CHMOD} ${NOBINMODE}
(-)b/www/phpsysinfo/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (phpsysinfo-3.0.10.tar.gz) = 5ce510b2e7a5cdc521c38141425f90cf8f4d3565d65273ade61a2415bfab53e1
1
SHA256 (phpsysinfo-3.1.17.tar.gz) = 63cc7cb282c06bf6bd88cf4f021478e28c719ad3480f24b2f7adf1dbd21373ac
2
SIZE (phpsysinfo-3.0.10.tar.gz) = 441969
2
SIZE (phpsysinfo-3.1.17.tar.gz) = 807902
(-)b/www/phpsysinfo/pkg-plist (-104 / +475 lines)
Lines 1-54 Link Here
1
%%WWWDIR%%/.htaccess
2
%%WWWDIR%%/CHANGELOG.md
1
%%WWWDIR%%/COPYING
3
%%WWWDIR%%/COPYING
2
%%WWWDIR%%/ChangeLog
4
%%WWWDIR%%/Dockerfile
3
%%WWWDIR%%/README
5
%%WWWDIR%%/README.md
4
%%WWWDIR%%/README_PLUGIN
6
%%WWWDIR%%/README_PLUGIN.md
5
@unexec if cmp -s %D/%%WWWDIR%%/config.php.new %D/%%WWWDIR%%/config.php; then rm -f %D/%%WWWDIR%%/config.php; fi
7
%%WWWDIR%%/composer.json
6
%%WWWDIR%%/config.php.new
8
%%WWWDIR%%/config.php
7
@exec if [ ! -f %D/%%WWWDIR%%/config.php ] ; then cp -p %D/%F %B/config.php; fi
8
%%WWWDIR%%/data/ModelTranslation.txt
9
%%WWWDIR%%/data/ModelTranslation.txt
9
%%WWWDIR%%/data/distros.ini
10
%%WWWDIR%%/data/distros.ini
11
%%WWWDIR%%/data/languages.ini
12
%%WWWDIR%%/data/osnames.ini
10
%%WWWDIR%%/gfx/ajaxLoader.gif
13
%%WWWDIR%%/gfx/ajaxLoader.gif
11
%%WWWDIR%%/gfx/attention.png
14
%%WWWDIR%%/gfx/attention.png
12
%%WWWDIR%%/gfx/body.gif
15
%%WWWDIR%%/gfx/body.png
13
%%WWWDIR%%/gfx/bullet_toggle_minus.png
16
%%WWWDIR%%/gfx/bullet_toggle_minus.png
14
%%WWWDIR%%/gfx/bullet_toggle_plus.png
17
%%WWWDIR%%/gfx/bullet_toggle_plus.png
15
%%WWWDIR%%/gfx/close.gif
18
%%WWWDIR%%/gfx/close.gif
16
%%WWWDIR%%/gfx/favicon.png
19
%%WWWDIR%%/gfx/favicon.png
17
%%WWWDIR%%/gfx/html.gif
20
%%WWWDIR%%/gfx/html.gif
21
%%WWWDIR%%/gfx/htmlwarn.gif
22
%%WWWDIR%%/gfx/images/4MLinux.png
23
%%WWWDIR%%/gfx/images/AIX.png
24
%%WWWDIR%%/gfx/images/ALT.png
25
%%WWWDIR%%/gfx/images/Alpine.png
26
%%WWWDIR%%/gfx/images/Amazon.png
27
%%WWWDIR%%/gfx/images/Android.png
18
%%WWWDIR%%/gfx/images/Apple.png
28
%%WWWDIR%%/gfx/images/Apple.png
19
%%WWWDIR%%/gfx/images/Arch.png
29
%%WWWDIR%%/gfx/images/Arch.png
30
%%WWWDIR%%/gfx/images/BOSS.png
31
%%WWWDIR%%/gfx/images/Calculate.png
32
%%WWWDIR%%/gfx/images/Canaima.png
20
%%WWWDIR%%/gfx/images/CentOS.png
33
%%WWWDIR%%/gfx/images/CentOS.png
34
%%WWWDIR%%/gfx/images/Chakra.png
35
%%WWWDIR%%/gfx/images/ClearOS.png
36
%%WWWDIR%%/gfx/images/Cloud.png
21
%%WWWDIR%%/gfx/images/Cobalt.png
37
%%WWWDIR%%/gfx/images/Cobalt.png
38
%%WWWDIR%%/gfx/images/CoreOS.png
39
%%WWWDIR%%/gfx/images/Crux.png
22
%%WWWDIR%%/gfx/images/Darwin.png
40
%%WWWDIR%%/gfx/images/Darwin.png
23
%%WWWDIR%%/gfx/images/Debian.png
41
%%WWWDIR%%/gfx/images/Debian.png
42
%%WWWDIR%%/gfx/images/Deepin.png
24
%%WWWDIR%%/gfx/images/DragonFly.png
43
%%WWWDIR%%/gfx/images/DragonFly.png
44
%%WWWDIR%%/gfx/images/Eisfair.png
25
%%WWWDIR%%/gfx/images/Fedora.png
45
%%WWWDIR%%/gfx/images/Fedora.png
46
%%WWWDIR%%/gfx/images/Foresight.png
26
%%WWWDIR%%/gfx/images/FreeBSD.png
47
%%WWWDIR%%/gfx/images/FreeBSD.png
48
%%WWWDIR%%/gfx/images/Frugalware.png
49
%%WWWDIR%%/gfx/images/Fuduntu.png
50
%%WWWDIR%%/gfx/images/Generations.png
27
%%WWWDIR%%/gfx/images/Gentoo.png
51
%%WWWDIR%%/gfx/images/Gentoo.png
52
%%WWWDIR%%/gfx/images/Gobo.png
53
%%WWWDIR%%/gfx/images/HPUX.png
54
%%WWWDIR%%/gfx/images/Haiku.png
55
%%WWWDIR%%/gfx/images/IPFire.png
56
%%WWWDIR%%/gfx/images/KaOS.png
57
%%WWWDIR%%/gfx/images/Korora.png
58
%%WWWDIR%%/gfx/images/LFS.png
59
%%WWWDIR%%/gfx/images/Linaro.png
60
%%WWWDIR%%/gfx/images/Lunar.png
61
%%WWWDIR%%/gfx/images/Mageia.png
28
%%WWWDIR%%/gfx/images/Mandrake.png
62
%%WWWDIR%%/gfx/images/Mandrake.png
63
%%WWWDIR%%/gfx/images/Manjaro.png
64
%%WWWDIR%%/gfx/images/Minix.png
65
%%WWWDIR%%/gfx/images/Mint.png
29
%%WWWDIR%%/gfx/images/NetBSD.png
66
%%WWWDIR%%/gfx/images/NetBSD.png
67
%%WWWDIR%%/gfx/images/Netrunner.png
68
%%WWWDIR%%/gfx/images/NixOS.png
30
%%WWWDIR%%/gfx/images/OpenBSD.png
69
%%WWWDIR%%/gfx/images/OpenBSD.png
31
%%WWWDIR%%/gfx/images/OpenSolaris.png
70
%%WWWDIR%%/gfx/images/OpenMandriva.png
32
%%WWWDIR%%/gfx/images/PLD.gif
71
%%WWWDIR%%/gfx/images/Oracle.png
72
%%WWWDIR%%/gfx/images/PCLinuxOS.png
73
%%WWWDIR%%/gfx/images/PLD.png
74
%%WWWDIR%%/gfx/images/Parsix.png
75
%%WWWDIR%%/gfx/images/Pear.png
76
%%WWWDIR%%/gfx/images/Peppermint.png
77
%%WWWDIR%%/gfx/images/Pisi.png
78
%%WWWDIR%%/gfx/images/Porteus.png
79
%%WWWDIR%%/gfx/images/Puppy.png
80
%%WWWDIR%%/gfx/images/QNX.png
81
%%WWWDIR%%/gfx/images/ROSA.png
82
%%WWWDIR%%/gfx/images/Raspbian.png
33
%%WWWDIR%%/gfx/images/ReactOS.png
83
%%WWWDIR%%/gfx/images/ReactOS.png
34
%%WWWDIR%%/gfx/images/Redhat.png
84
%%WWWDIR%%/gfx/images/RedFlag.png
85
%%WWWDIR%%/gfx/images/RedHat.png
35
%%WWWDIR%%/gfx/images/Rubix.png
86
%%WWWDIR%%/gfx/images/Rubix.png
87
%%WWWDIR%%/gfx/images/SMEServer.png
88
%%WWWDIR%%/gfx/images/SMS.png
89
%%WWWDIR%%/gfx/images/SUSE.png
90
%%WWWDIR%%/gfx/images/Sabayon.png
91
%%WWWDIR%%/gfx/images/Salix.png
92
%%WWWDIR%%/gfx/images/Scientific.png
93
%%WWWDIR%%/gfx/images/Semplice.png
36
%%WWWDIR%%/gfx/images/Slackware.png
94
%%WWWDIR%%/gfx/images/Slackware.png
95
%%WWWDIR%%/gfx/images/Slax.png
96
%%WWWDIR%%/gfx/images/SliTaz.png
97
%%WWWDIR%%/gfx/images/SolusOS.png
98
%%WWWDIR%%/gfx/images/SolydXK.png
99
%%WWWDIR%%/gfx/images/StartOS.png
100
%%WWWDIR%%/gfx/images/SteamOS.png
37
%%WWWDIR%%/gfx/images/SunOS.png
101
%%WWWDIR%%/gfx/images/SunOS.png
38
%%WWWDIR%%/gfx/images/Suse.png
39
%%WWWDIR%%/gfx/images/Synology.png
102
%%WWWDIR%%/gfx/images/Synology.png
103
%%WWWDIR%%/gfx/images/Tails.png
104
%%WWWDIR%%/gfx/images/Tanglu.png
105
%%WWWDIR%%/gfx/images/TinyCore.png
106
%%WWWDIR%%/gfx/images/Trisquel.png
40
%%WWWDIR%%/gfx/images/Trustix.png
107
%%WWWDIR%%/gfx/images/Trustix.png
108
%%WWWDIR%%/gfx/images/Turbo.png
41
%%WWWDIR%%/gfx/images/Ubuntu.png
109
%%WWWDIR%%/gfx/images/Ubuntu.png
42
%%WWWDIR%%/gfx/images/XandrOS.png
110
%%WWWDIR%%/gfx/images/UltimateEdition.png
111
%%WWWDIR%%/gfx/images/Vector.png
112
%%WWWDIR%%/gfx/images/VortexBox.png
113
%%WWWDIR%%/gfx/images/Win2000.png
114
%%WWWDIR%%/gfx/images/Win8.png
115
%%WWWDIR%%/gfx/images/WinVista.png
116
%%WWWDIR%%/gfx/images/WinXP.png
117
%%WWWDIR%%/gfx/images/Zenwalk.png
118
%%WWWDIR%%/gfx/images/Zorin.png
119
%%WWWDIR%%/gfx/images/antiX.png
120
%%WWWDIR%%/gfx/images/elementaryOS.png
43
%%WWWDIR%%/gfx/images/free-eos.png
121
%%WWWDIR%%/gfx/images/free-eos.png
44
%%WWWDIR%%/gfx/images/hlfs.png
122
%%WWWDIR%%/gfx/images/gNewSense.png
45
%%WWWDIR%%/gfx/images/iycc.png
123
%%WWWDIR%%/gfx/images/iycc.png
46
%%WWWDIR%%/gfx/images/lfs.png
124
%%WWWDIR%%/gfx/images/openSUSE.png
47
%%WWWDIR%%/gfx/images/unknown.png
125
%%WWWDIR%%/gfx/images/unknown.png
48
%%WWWDIR%%/gfx/images/vista.png
126
%%WWWDIR%%/gfx/next.png
49
%%WWWDIR%%/gfx/images/xp.png
127
%%WWWDIR%%/gfx/prev.png
50
%%WWWDIR%%/gfx/next.gif
51
%%WWWDIR%%/gfx/prev.gif
52
%%WWWDIR%%/gfx/reload.png
128
%%WWWDIR%%/gfx/reload.png
53
%%WWWDIR%%/gfx/sort_asc.png
129
%%WWWDIR%%/gfx/sort_asc.png
54
%%WWWDIR%%/gfx/sort_both.png
130
%%WWWDIR%%/gfx/sort_both.png
Lines 70-96 Link Here
70
%%WWWDIR%%/includes/interface/class.PSI_Interface_Plugin.inc.php
146
%%WWWDIR%%/includes/interface/class.PSI_Interface_Plugin.inc.php
71
%%WWWDIR%%/includes/interface/class.PSI_Interface_Sensor.inc.php
147
%%WWWDIR%%/includes/interface/class.PSI_Interface_Sensor.inc.php
72
%%WWWDIR%%/includes/interface/class.PSI_Interface_UPS.inc.php
148
%%WWWDIR%%/includes/interface/class.PSI_Interface_UPS.inc.php
73
%%WWWDIR%%/includes/js/class.JSMin.inc.php
149
%%WWWDIR%%/includes/js/README
74
%%WWWDIR%%/includes/js/class.JavaScriptPacker.inc.php
150
%%WWWDIR%%/includes/js/class.JavaScriptPacker.inc.php
75
%%WWWDIR%%/includes/mb/class.Coretemp.inc.php
151
%%WWWDIR%%/includes/mb/class.coretemp.inc.php
76
%%WWWDIR%%/includes/mb/class.HDDTemp.inc.php
152
%%WWWDIR%%/includes/mb/class.freeipmi.inc.php
77
%%WWWDIR%%/includes/mb/class.HWSensors.inc.php
153
%%WWWDIR%%/includes/mb/class.hddtemp.inc.php
78
%%WWWDIR%%/includes/mb/class.Healthd.inc.php
154
%%WWWDIR%%/includes/mb/class.healthd.inc.php
79
%%WWWDIR%%/includes/mb/class.IPMI.inc.php
155
%%WWWDIR%%/includes/mb/class.hwsensors.inc.php
80
%%WWWDIR%%/includes/mb/class.K8Temp.inc.php
156
%%WWWDIR%%/includes/mb/class.ipmi.inc.php
81
%%WWWDIR%%/includes/mb/class.LMSensors.inc.php
157
%%WWWDIR%%/includes/mb/class.ipmiutil.inc.php
82
%%WWWDIR%%/includes/mb/class.MBM5.inc.php
158
%%WWWDIR%%/includes/mb/class.k8temp.inc.php
83
%%WWWDIR%%/includes/mb/class.MBMon.inc.php
159
%%WWWDIR%%/includes/mb/class.lmsensors.inc.php
84
%%WWWDIR%%/includes/mb/class.Sensors.inc.php
160
%%WWWDIR%%/includes/mb/class.mbm5.inc.php
161
%%WWWDIR%%/includes/mb/class.mbmon.inc.php
162
%%WWWDIR%%/includes/mb/class.ohm.inc.php
163
%%WWWDIR%%/includes/mb/class.pitemp.inc.php
164
%%WWWDIR%%/includes/mb/class.sensors.inc.php
165
%%WWWDIR%%/includes/mb/class.thermalzone.inc.php
166
%%WWWDIR%%/includes/os/class.AIX.inc.php
167
%%WWWDIR%%/includes/os/class.Android.inc.php
85
%%WWWDIR%%/includes/os/class.BSDCommon.inc.php
168
%%WWWDIR%%/includes/os/class.BSDCommon.inc.php
86
%%WWWDIR%%/includes/os/class.Darwin.inc.php
169
%%WWWDIR%%/includes/os/class.Darwin.inc.php
87
%%WWWDIR%%/includes/os/class.DragonFly.inc.php
170
%%WWWDIR%%/includes/os/class.DragonFly.inc.php
88
%%WWWDIR%%/includes/os/class.FreeBSD.inc.php
171
%%WWWDIR%%/includes/os/class.FreeBSD.inc.php
89
%%WWWDIR%%/includes/os/class.HPUX.inc.php
172
%%WWWDIR%%/includes/os/class.HPUX.inc.php
173
%%WWWDIR%%/includes/os/class.Haiku.inc.php
90
%%WWWDIR%%/includes/os/class.Linux.inc.php
174
%%WWWDIR%%/includes/os/class.Linux.inc.php
175
%%WWWDIR%%/includes/os/class.Minix.inc.php
91
%%WWWDIR%%/includes/os/class.NetBSD.inc.php
176
%%WWWDIR%%/includes/os/class.NetBSD.inc.php
92
%%WWWDIR%%/includes/os/class.OS.inc.php
177
%%WWWDIR%%/includes/os/class.OS.inc.php
93
%%WWWDIR%%/includes/os/class.OpenBSD.inc.php
178
%%WWWDIR%%/includes/os/class.OpenBSD.inc.php
179
%%WWWDIR%%/includes/os/class.QNX.inc.php
94
%%WWWDIR%%/includes/os/class.SunOS.inc.php
180
%%WWWDIR%%/includes/os/class.SunOS.inc.php
95
%%WWWDIR%%/includes/os/class.WINNT.inc.php
181
%%WWWDIR%%/includes/os/class.WINNT.inc.php
96
%%WWWDIR%%/includes/output/class.Output.inc.php
182
%%WWWDIR%%/includes/output/class.Output.inc.php
Lines 108-121 Link Here
108
%%WWWDIR%%/includes/to/device/class.NetDevice.inc.php
194
%%WWWDIR%%/includes/to/device/class.NetDevice.inc.php
109
%%WWWDIR%%/includes/to/device/class.SensorDevice.inc.php
195
%%WWWDIR%%/includes/to/device/class.SensorDevice.inc.php
110
%%WWWDIR%%/includes/to/device/class.UPSDevice.inc.php
196
%%WWWDIR%%/includes/to/device/class.UPSDevice.inc.php
111
%%WWWDIR%%/includes/ups/class.Apcupsd.inc.php
197
%%WWWDIR%%/includes/ups/class.apcupsd.inc.php
112
%%WWWDIR%%/includes/ups/class.Nut.inc.php
198
%%WWWDIR%%/includes/ups/class.nut.inc.php
113
%%WWWDIR%%/includes/ups/class.UPS.inc.php
199
%%WWWDIR%%/includes/ups/class.pmset.inc.php
200
%%WWWDIR%%/includes/ups/class.powersoftplus.inc.php
201
%%WWWDIR%%/includes/ups/class.ups.inc.php
114
%%WWWDIR%%/includes/xml/class.SimpleXMLExtended.inc.php
202
%%WWWDIR%%/includes/xml/class.SimpleXMLExtended.inc.php
115
%%WWWDIR%%/includes/xml/class.XML.inc.php
203
%%WWWDIR%%/includes/xml/class.XML.inc.php
116
%%WWWDIR%%/index.php
204
%%WWWDIR%%/index.php
117
%%WWWDIR%%/js.php
205
%%WWWDIR%%/js.php
118
%%WWWDIR%%/js/jQuery/README
206
%%WWWDIR%%/js/jQuery/README
207
%%WWWDIR%%/js/jQuery/jquery-1.js
119
%%WWWDIR%%/js/jQuery/jquery.dataTables.js
208
%%WWWDIR%%/js/jQuery/jquery.dataTables.js
120
%%WWWDIR%%/js/jQuery/jquery.jgrowl.js
209
%%WWWDIR%%/js/jQuery/jquery.jgrowl.js
121
%%WWWDIR%%/js/jQuery/jquery.js
210
%%WWWDIR%%/js/jQuery/jquery.js
Lines 134-139 Link Here
134
%%WWWDIR%%/language/fi.xml
223
%%WWWDIR%%/language/fi.xml
135
%%WWWDIR%%/language/fr.xml
224
%%WWWDIR%%/language/fr.xml
136
%%WWWDIR%%/language/gl.xml
225
%%WWWDIR%%/language/gl.xml
226
%%WWWDIR%%/language/gr.xml
227
%%WWWDIR%%/language/he.xml
137
%%WWWDIR%%/language/hu.xml
228
%%WWWDIR%%/language/hu.xml
138
%%WWWDIR%%/language/is.xml
229
%%WWWDIR%%/language/is.xml
139
%%WWWDIR%%/language/it.xml
230
%%WWWDIR%%/language/it.xml
Lines 144-224 Link Here
144
%%WWWDIR%%/language/no.xml
235
%%WWWDIR%%/language/no.xml
145
%%WWWDIR%%/language/pl.xml
236
%%WWWDIR%%/language/pl.xml
146
%%WWWDIR%%/language/pt-br.xml
237
%%WWWDIR%%/language/pt-br.xml
238
%%WWWDIR%%/language/pt-pt.xml
147
%%WWWDIR%%/language/ro.xml
239
%%WWWDIR%%/language/ro.xml
148
%%WWWDIR%%/language/ru.xml
240
%%WWWDIR%%/language/ru.xml
149
%%WWWDIR%%/language/sc.xml
150
%%WWWDIR%%/language/sk.xml
241
%%WWWDIR%%/language/sk.xml
151
%%WWWDIR%%/language/sl.xml
242
%%WWWDIR%%/language/sl.xml
152
%%WWWDIR%%/language/sv.xml
243
%%WWWDIR%%/language/sv.xml
244
%%WWWDIR%%/language/th.xml
245
%%WWWDIR%%/language/tr.xml
153
%%WWWDIR%%/language/translation-plugin.xsd
246
%%WWWDIR%%/language/translation-plugin.xsd
154
%%WWWDIR%%/language/translation.xsd
247
%%WWWDIR%%/language/translation.xsd
155
%%WWWDIR%%/language/tw.xml
248
%%WWWDIR%%/language/tw.xml
156
%%WWWDIR%%/language/uk.xml
249
%%WWWDIR%%/language/uk.xml
250
%%WWWDIR%%/language/zh.xml
251
@unexec if cmp -s %D/%%WWWDIR%%/phpsysinfo.ini.new %D/%%WWWDIR%%/phpsysinfo.ini; then rm -f %D/%%WWWDIR%%/phpsysinfo.ini; fi
252
%%WWWDIR%%/phpsysinfo.ini.new
253
@exec if [ ! -f %D/%%WWWDIR%%/phpsysinfo.ini ] ; then cp -p %D/%F %B/phpsysinfo.ini; fi
157
%%WWWDIR%%/phpsysinfo.xslt
254
%%WWWDIR%%/phpsysinfo.xslt
158
%%WWWDIR%%/phpsysinfo3.xsd
255
%%WWWDIR%%/phpsysinfo3.xsd
159
%%WWWDIR%%/plugins/BAT/BAT.config.php
256
%%WWWDIR%%/plugins/bat/class.bat.inc.php
160
%%WWWDIR%%/plugins/BAT/class.BAT.inc.php
257
%%WWWDIR%%/plugins/bat/js/bat.js
161
%%WWWDIR%%/plugins/BAT/js/BAT.js
258
%%WWWDIR%%/plugins/bat/lang/cz.xml
162
%%WWWDIR%%/plugins/BAT/lang/cz.xml
259
%%WWWDIR%%/plugins/bat/lang/de.xml
163
%%WWWDIR%%/plugins/BAT/lang/en.xml
260
%%WWWDIR%%/plugins/bat/lang/en.xml
164
%%WWWDIR%%/plugins/BAT/lang/fr.xml
261
%%WWWDIR%%/plugins/bat/lang/fr.xml
165
%%WWWDIR%%/plugins/MDStatus/MDStatus.config.php
262
%%WWWDIR%%/plugins/bat/lang/pl.xml
166
%%WWWDIR%%/plugins/MDStatus/class.MDStatus.inc.php
263
%%WWWDIR%%/plugins/bat/lang/ro.xml
167
%%WWWDIR%%/plugins/MDStatus/css/mdstatus.css
264
%%WWWDIR%%/plugins/bat/lang/ru.xml
168
%%WWWDIR%%/plugins/MDStatus/gfx/error.png
265
%%WWWDIR%%/plugins/dmraid/class.dmraid.inc.php
169
%%WWWDIR%%/plugins/MDStatus/gfx/harddrivefail.png
266
%%WWWDIR%%/plugins/dmraid/css/dmraid.css
170
%%WWWDIR%%/plugins/MDStatus/gfx/harddriveok.png
267
%%WWWDIR%%/plugins/dmraid/gfx/error.png
171
%%WWWDIR%%/plugins/MDStatus/gfx/harddrivespare.png
268
%%WWWDIR%%/plugins/dmraid/gfx/harddrivefail.png
172
%%WWWDIR%%/plugins/MDStatus/js/MDStatus.js
269
%%WWWDIR%%/plugins/dmraid/gfx/harddriveok.png
173
%%WWWDIR%%/plugins/MDStatus/lang/cz.xml
270
%%WWWDIR%%/plugins/dmraid/gfx/harddrivespare.png
174
%%WWWDIR%%/plugins/MDStatus/lang/de.xml
271
%%WWWDIR%%/plugins/dmraid/gfx/harddrivewarn.png
175
%%WWWDIR%%/plugins/MDStatus/lang/en.xml
272
%%WWWDIR%%/plugins/dmraid/js/dmraid.js
176
%%WWWDIR%%/plugins/MDStatus/lang/fr.xml
273
%%WWWDIR%%/plugins/dmraid/lang/en.xml
177
%%WWWDIR%%/plugins/PS/PS.config.php
274
%%WWWDIR%%/plugins/dmraid/lang/fr.xml
178
%%WWWDIR%%/plugins/PS/class.PS.inc.php
275
%%WWWDIR%%/plugins/dmraid/lang/ro.xml
179
%%WWWDIR%%/plugins/PS/js/PS.js
276
%%WWWDIR%%/plugins/ipmiinfo/class.ipmiinfo.inc.php
180
%%WWWDIR%%/plugins/PS/lang/cz.xml
277
%%WWWDIR%%/plugins/ipmiinfo/js/ipmiinfo.js
181
%%WWWDIR%%/plugins/PS/lang/de.xml
278
%%WWWDIR%%/plugins/ipmiinfo/lang/cz.xml
182
%%WWWDIR%%/plugins/PS/lang/en.xml
279
%%WWWDIR%%/plugins/ipmiinfo/lang/de.xml
183
%%WWWDIR%%/plugins/PS/lang/fr.xml
280
%%WWWDIR%%/plugins/ipmiinfo/lang/en.xml
184
%%WWWDIR%%/plugins/PSStatus/PSStatus.config.php
281
%%WWWDIR%%/plugins/ipmiinfo/lang/fr.xml
185
%%WWWDIR%%/plugins/PSStatus/class.PSStatus.inc.php
282
%%WWWDIR%%/plugins/ipmiinfo/lang/pl.xml
186
%%WWWDIR%%/plugins/PSStatus/css/psstatus.css
283
%%WWWDIR%%/plugins/ipmiinfo/lang/ro.xml
187
%%WWWDIR%%/plugins/PSStatus/gfx/offline.png
284
%%WWWDIR%%/plugins/ipmiinfo/lang/ru.xml
188
%%WWWDIR%%/plugins/PSStatus/gfx/online.png
285
%%WWWDIR%%/plugins/mdstatus/class.mdstatus.inc.php
189
%%WWWDIR%%/plugins/PSStatus/js/PSStatus.js
286
%%WWWDIR%%/plugins/mdstatus/css/mdstatus.css
190
%%WWWDIR%%/plugins/PSStatus/lang/cz.xml
287
%%WWWDIR%%/plugins/mdstatus/gfx/error.png
191
%%WWWDIR%%/plugins/PSStatus/lang/de.xml
288
%%WWWDIR%%/plugins/mdstatus/gfx/harddrivefail.png
192
%%WWWDIR%%/plugins/PSStatus/lang/en.xml
289
%%WWWDIR%%/plugins/mdstatus/gfx/harddriveok.png
193
%%WWWDIR%%/plugins/PSStatus/lang/fr.xml
290
%%WWWDIR%%/plugins/mdstatus/gfx/harddrivespare.png
194
%%WWWDIR%%/plugins/Quotas/Quotas.config.php
291
%%WWWDIR%%/plugins/mdstatus/js/mdstatus.js
195
%%WWWDIR%%/plugins/Quotas/class.Quotas.inc.php
292
%%WWWDIR%%/plugins/mdstatus/lang/cz.xml
196
%%WWWDIR%%/plugins/Quotas/css/quotas.css
293
%%WWWDIR%%/plugins/mdstatus/lang/de.xml
197
%%WWWDIR%%/plugins/Quotas/js/Quotas.js
294
%%WWWDIR%%/plugins/mdstatus/lang/en.xml
198
%%WWWDIR%%/plugins/Quotas/lang/cz.xml
295
%%WWWDIR%%/plugins/mdstatus/lang/fr.xml
199
%%WWWDIR%%/plugins/Quotas/lang/de.xml
296
%%WWWDIR%%/plugins/mdstatus/lang/gr.xml
200
%%WWWDIR%%/plugins/Quotas/lang/en.xml
297
%%WWWDIR%%/plugins/mdstatus/lang/ro.xml
201
%%WWWDIR%%/plugins/Quotas/lang/fr.xml
298
%%WWWDIR%%/plugins/mdstatus/lang/ru.xml
202
%%WWWDIR%%/plugins/SMART/SMART.config.php
299
%%WWWDIR%%/plugins/ps/class.ps.inc.php
203
%%WWWDIR%%/plugins/SMART/class.SMART.inc.php
300
%%WWWDIR%%/plugins/ps/js/ps.js
204
%%WWWDIR%%/plugins/SMART/css/smart.css
301
%%WWWDIR%%/plugins/ps/lang/cz.xml
205
%%WWWDIR%%/plugins/SMART/js/SMART.js
302
%%WWWDIR%%/plugins/ps/lang/de.xml
206
%%WWWDIR%%/plugins/SMART/lang/cz.xml
303
%%WWWDIR%%/plugins/ps/lang/en.xml
207
%%WWWDIR%%/plugins/SMART/lang/en.xml
304
%%WWWDIR%%/plugins/ps/lang/fr.xml
208
%%WWWDIR%%/plugins/SMART/lang/fr.xml
305
%%WWWDIR%%/plugins/ps/lang/gr.xml
209
%%WWWDIR%%/plugins/UpdateNotifier/UpdateNotifier.config.php
306
%%WWWDIR%%/plugins/ps/lang/pl.xml
210
%%WWWDIR%%/plugins/UpdateNotifier/class.UpdateNotifier.inc.php
307
%%WWWDIR%%/plugins/ps/lang/ro.xml
211
%%WWWDIR%%/plugins/UpdateNotifier/js/UpdateNotifier.js
308
%%WWWDIR%%/plugins/ps/lang/ru.xml
212
%%WWWDIR%%/plugins/UpdateNotifier/lang/en.xml
309
%%WWWDIR%%/plugins/psstatus/class.psstatus.inc.php
213
%%WWWDIR%%/plugins/UpdateNotifier/lang/fr.xml
310
%%WWWDIR%%/plugins/psstatus/css/psstatus.css
214
%%WWWDIR%%/plugins/UpdateNotifier/lang/pl.xml
311
%%WWWDIR%%/plugins/psstatus/gfx/offline.png
215
%%WWWDIR%%/plugins/ipmi/class.ipmi.inc.php
312
%%WWWDIR%%/plugins/psstatus/gfx/online.png
216
%%WWWDIR%%/plugins/ipmi/ipmi.config.php
313
%%WWWDIR%%/plugins/psstatus/js/psstatus.js
217
%%WWWDIR%%/plugins/ipmi/js/ipmi.js
314
%%WWWDIR%%/plugins/psstatus/lang/cz.xml
218
%%WWWDIR%%/plugins/ipmi/lang/cz.xml
315
%%WWWDIR%%/plugins/psstatus/lang/de.xml
219
%%WWWDIR%%/plugins/ipmi/lang/en.xml
316
%%WWWDIR%%/plugins/psstatus/lang/en.xml
220
%%WWWDIR%%/plugins/ipmi/lang/fr.xml
317
%%WWWDIR%%/plugins/psstatus/lang/fr.xml
221
%%WWWDIR%%/plugins/ipmi/lang/pl.xml
318
%%WWWDIR%%/plugins/psstatus/lang/gr.xml
319
%%WWWDIR%%/plugins/psstatus/lang/pl.xml
320
%%WWWDIR%%/plugins/psstatus/lang/ro.xml
321
%%WWWDIR%%/plugins/psstatus/lang/ru.xml
322
%%WWWDIR%%/plugins/quotas/class.quotas.inc.php
323
%%WWWDIR%%/plugins/quotas/css/quotas.css
324
%%WWWDIR%%/plugins/quotas/js/quotas.js
325
%%WWWDIR%%/plugins/quotas/lang/cz.xml
326
%%WWWDIR%%/plugins/quotas/lang/de.xml
327
%%WWWDIR%%/plugins/quotas/lang/en.xml
328
%%WWWDIR%%/plugins/quotas/lang/fr.xml
329
%%WWWDIR%%/plugins/quotas/lang/pl.xml
330
%%WWWDIR%%/plugins/quotas/lang/ro.xml
331
%%WWWDIR%%/plugins/quotas/lang/ru.xml
332
%%WWWDIR%%/plugins/smart/class.smart.inc.php
333
%%WWWDIR%%/plugins/smart/css/smart.css
334
%%WWWDIR%%/plugins/smart/js/smart.js
335
%%WWWDIR%%/plugins/smart/lang/cz.xml
336
%%WWWDIR%%/plugins/smart/lang/en.xml
337
%%WWWDIR%%/plugins/smart/lang/fr.xml
338
%%WWWDIR%%/plugins/smart/lang/gr.xml
339
%%WWWDIR%%/plugins/smart/lang/pl.xml
340
%%WWWDIR%%/plugins/smart/lang/ro.xml
341
%%WWWDIR%%/plugins/smart/lang/ru.xml
342
%%WWWDIR%%/plugins/snmppinfo/class.snmppinfo.inc.php
343
%%WWWDIR%%/plugins/snmppinfo/js/snmppinfo.js
344
%%WWWDIR%%/plugins/snmppinfo/lang/cz.xml
345
%%WWWDIR%%/plugins/snmppinfo/lang/de.xml
346
%%WWWDIR%%/plugins/snmppinfo/lang/en.xml
347
%%WWWDIR%%/plugins/snmppinfo/lang/fr.xml
348
%%WWWDIR%%/plugins/snmppinfo/lang/pl.xml
349
%%WWWDIR%%/plugins/snmppinfo/lang/ro.xml
350
%%WWWDIR%%/plugins/snmppinfo/lang/ru.xml
351
%%WWWDIR%%/plugins/updatenotifier/class.updatenotifier.inc.php
352
%%WWWDIR%%/plugins/updatenotifier/js/updatenotifier.js
353
%%WWWDIR%%/plugins/updatenotifier/lang/cz.xml
354
%%WWWDIR%%/plugins/updatenotifier/lang/de.xml
355
%%WWWDIR%%/plugins/updatenotifier/lang/en.xml
356
%%WWWDIR%%/plugins/updatenotifier/lang/fr.xml
357
%%WWWDIR%%/plugins/updatenotifier/lang/pl.xml
358
%%WWWDIR%%/plugins/updatenotifier/lang/ro.xml
359
%%WWWDIR%%/plugins/updatenotifier/lang/ru.xml
360
%%WWWDIR%%/plugins/uprecords/class.uprecords.inc.php
361
%%WWWDIR%%/plugins/uprecords/js/uprecords.js
362
%%WWWDIR%%/plugins/uprecords/lang/en.xml
363
%%WWWDIR%%/plugins/uprecords/lang/fr.xml
364
%%WWWDIR%%/plugins/uprecords/lang/hu.xml
365
%%WWWDIR%%/plugins/uprecords/lang/pl.xml
366
%%WWWDIR%%/plugins/uprecords/lang/ro.xml
367
%%WWWDIR%%/sample/distrotest/4MLinux/10.0-server.txt
368
%%WWWDIR%%/sample/distrotest/ALT/6.0.0.txt
369
%%WWWDIR%%/sample/distrotest/ALT/7.0.0-Simply.txt
370
%%WWWDIR%%/sample/distrotest/ALT/7.0.1.txt
371
%%WWWDIR%%/sample/distrotest/Alpine/2.6.4.txt
372
%%WWWDIR%%/sample/distrotest/Amazon/2013.09.txt
373
%%WWWDIR%%/sample/distrotest/Arch/2011.08.19-ISO.txt
374
%%WWWDIR%%/sample/distrotest/Arch/2013.11.01.txt
375
%%WWWDIR%%/sample/distrotest/Arch/2014.01.05.txt
376
%%WWWDIR%%/sample/distrotest/BOSS/1.0-server.txt
377
%%WWWDIR%%/sample/distrotest/BOSS/5.0.txt
378
%%WWWDIR%%/sample/distrotest/Calculate/13.11.txt
379
%%WWWDIR%%/sample/distrotest/Canaima/4.1.txt
380
%%WWWDIR%%/sample/distrotest/CentOS/5.6.txt
381
%%WWWDIR%%/sample/distrotest/CentOS/6.5-SF.txt
382
%%WWWDIR%%/sample/distrotest/CentOS/6.5.txt
383
%%WWWDIR%%/sample/distrotest/Chakra/2013.02.txt
384
%%WWWDIR%%/sample/distrotest/ClearOS/6.4.0-Beta.txt
385
%%WWWDIR%%/sample/distrotest/Cloud/5.10.txt
386
%%WWWDIR%%/sample/distrotest/Cloud/6.4.txt
387
%%WWWDIR%%/sample/distrotest/CoreOS/367.1.0.txt
388
%%WWWDIR%%/sample/distrotest/Crux/2.8.txt
389
%%WWWDIR%%/sample/distrotest/Debian/5.0.3.txt
390
%%WWWDIR%%/sample/distrotest/Debian/6.0.6.txt
391
%%WWWDIR%%/sample/distrotest/Debian/8-20140106-netinstall.txt
392
%%WWWDIR%%/sample/distrotest/Debian/8-20140106.txt
393
%%WWWDIR%%/sample/distrotest/Deepin/2013.txt
394
%%WWWDIR%%/sample/distrotest/Eisfair/2-1.8.1.txt
395
%%WWWDIR%%/sample/distrotest/Fedora/20-lsb.txt
396
%%WWWDIR%%/sample/distrotest/Fedora/20.txt
397
%%WWWDIR%%/sample/distrotest/Fedora/4.txt
398
%%WWWDIR%%/sample/distrotest/Foresight/2.5.3.txt
399
%%WWWDIR%%/sample/distrotest/Frugalware/1.9.txt
400
%%WWWDIR%%/sample/distrotest/Fuduntu/2013.2.txt
401
%%WWWDIR%%/sample/distrotest/Generations/3.1.txt
402
%%WWWDIR%%/sample/distrotest/Gentoo/2.2-NAME.txt
403
%%WWWDIR%%/sample/distrotest/Gentoo/2.2.txt
404
%%WWWDIR%%/sample/distrotest/Gobo/015.beta2.txt
405
%%WWWDIR%%/sample/distrotest/IPFire/2.13.txt
406
%%WWWDIR%%/sample/distrotest/KaOS/2014.0301.txt
407
%%WWWDIR%%/sample/distrotest/Korora/20.txt
408
%%WWWDIR%%/sample/distrotest/Linaro/13.12.txt
409
%%WWWDIR%%/sample/distrotest/Lunar/1.7.0-rc2.txt
410
%%WWWDIR%%/sample/distrotest/Mageia/4.txt
411
%%WWWDIR%%/sample/distrotest/Mandrake/2011.0.txt
412
%%WWWDIR%%/sample/distrotest/Mandrake/9.2.txt
413
%%WWWDIR%%/sample/distrotest/Manjaro/0.8.8.txt
414
%%WWWDIR%%/sample/distrotest/Mint/13.txt
415
%%WWWDIR%%/sample/distrotest/Mint/14.txt
416
%%WWWDIR%%/sample/distrotest/Mint/15.txt
417
%%WWWDIR%%/sample/distrotest/Netrunner/13.06-SE.txt
418
%%WWWDIR%%/sample/distrotest/Netrunner/13.06.txt
419
%%WWWDIR%%/sample/distrotest/Netrunner/2014.04.txt
420
%%WWWDIR%%/sample/distrotest/NixOS/13.10.txt
421
%%WWWDIR%%/sample/distrotest/OpenMandriva/2013.0-RC1.txt
422
%%WWWDIR%%/sample/distrotest/Oracle/5.10-el.txt
423
%%WWWDIR%%/sample/distrotest/Oracle/6.3.txt
424
%%WWWDIR%%/sample/distrotest/PCLinuxOS/2012.06.txt
425
%%WWWDIR%%/sample/distrotest/PLD/2.99.txt
426
%%WWWDIR%%/sample/distrotest/PLD/3.0.txt
427
%%WWWDIR%%/sample/distrotest/Parsix/5.0.txt
428
%%WWWDIR%%/sample/distrotest/Parsix/6.0.txt
429
%%WWWDIR%%/sample/distrotest/Pear/5.00.txt
430
%%WWWDIR%%/sample/distrotest/Pear/6.1-LTS.txt
431
%%WWWDIR%%/sample/distrotest/Pear/6.1.txt
432
%%WWWDIR%%/sample/distrotest/Pear/7.0.txt
433
%%WWWDIR%%/sample/distrotest/Peppermint/3.txt
434
%%WWWDIR%%/sample/distrotest/Peppermint/4-20131113.txt
435
%%WWWDIR%%/sample/distrotest/Pisi/1.0.txt
436
%%WWWDIR%%/sample/distrotest/Porteus/2.1.txt
437
%%WWWDIR%%/sample/distrotest/Puppy/431.txt
438
%%WWWDIR%%/sample/distrotest/Puppy/5.3-wary.txt
439
%%WWWDIR%%/sample/distrotest/Puppy/5.3.3-slacko.txt
440
%%WWWDIR%%/sample/distrotest/Puppy/528-lucid.txt
441
%%WWWDIR%%/sample/distrotest/ROSA/2012.0.0-11-LTS.txt
442
%%WWWDIR%%/sample/distrotest/ROSA/2012.0.0-6-LTS.txt
443
%%WWWDIR%%/sample/distrotest/ROSA/2012.1.0-20.txt
444
%%WWWDIR%%/sample/distrotest/ROSA/6.5-Server.txt
445
%%WWWDIR%%/sample/distrotest/Raspbian/7.txt
446
%%WWWDIR%%/sample/distrotest/RedFlag/8.0.txt
447
%%WWWDIR%%/sample/distrotest/RedHat/6.0.txt
448
%%WWWDIR%%/sample/distrotest/RedHat/7.0-Beta.txt
449
%%WWWDIR%%/sample/distrotest/SMEServer/8.1beta3.txt
450
%%WWWDIR%%/sample/distrotest/SMEServer/9.0beta3.txt
451
%%WWWDIR%%/sample/distrotest/SMS/2.0.5.txt
452
%%WWWDIR%%/sample/distrotest/Sabayon/14.01.txt
453
%%WWWDIR%%/sample/distrotest/Salix/14.0.txt
454
%%WWWDIR%%/sample/distrotest/Scientific/6.3-lsb.txt
455
%%WWWDIR%%/sample/distrotest/Scientific/6.3.txt
456
%%WWWDIR%%/sample/distrotest/Scientific/6.4.txt
457
%%WWWDIR%%/sample/distrotest/Semplice/6.txt
458
%%WWWDIR%%/sample/distrotest/Slackware/14.0.txt
459
%%WWWDIR%%/sample/distrotest/Slax/7.0.1.txt
460
%%WWWDIR%%/sample/distrotest/SliTaz/2014.02.16-cooking.txt
461
%%WWWDIR%%/sample/distrotest/SolusOS/1.3.txt
462
%%WWWDIR%%/sample/distrotest/SolusOS/2-alpha7.txt
463
%%WWWDIR%%/sample/distrotest/SolydXK/2014.01-K.txt
464
%%WWWDIR%%/sample/distrotest/SolydXK/2014.01-X.txt
465
%%WWWDIR%%/sample/distrotest/StartOS/5.0.txt
466
%%WWWDIR%%/sample/distrotest/StartOS/6.0.txt
467
%%WWWDIR%%/sample/distrotest/SteamOS/1.0-beta.txt
468
%%WWWDIR%%/sample/distrotest/Synology/4.1-2668.txt
469
%%WWWDIR%%/sample/distrotest/Tails/0.22.1.txt
470
%%WWWDIR%%/sample/distrotest/Tanglu/2.0-beta2.txt
471
%%WWWDIR%%/sample/distrotest/TinyCore/5.0.alpha4.txt
472
%%WWWDIR%%/sample/distrotest/Trisquel/6.0.txt
473
%%WWWDIR%%/sample/distrotest/Turbo/12.5.txt
474
%%WWWDIR%%/sample/distrotest/Ubuntu/10.04.txt
475
%%WWWDIR%%/sample/distrotest/Ubuntu/12.04.txt
476
%%WWWDIR%%/sample/distrotest/Ubuntu/13.10.txt
477
%%WWWDIR%%/sample/distrotest/UltimateEdition/3.9.txt
478
%%WWWDIR%%/sample/distrotest/Vector/647.0.txt
479
%%WWWDIR%%/sample/distrotest/VortexBox/2.2.txt
480
%%WWWDIR%%/sample/distrotest/VortexBox/2.3-beta.txt
481
%%WWWDIR%%/sample/distrotest/Zenwalk/7.4.txt
482
%%WWWDIR%%/sample/distrotest/Zorin/6.txt
483
%%WWWDIR%%/sample/distrotest/Zorin/7.txt
484
%%WWWDIR%%/sample/distrotest/Zorin/8.txt
485
%%WWWDIR%%/sample/distrotest/antiX/2012.07.06.txt
486
%%WWWDIR%%/sample/distrotest/elementaryOS/0.2.txt
487
%%WWWDIR%%/sample/distrotest/gNewSense/3.0.txt
488
%%WWWDIR%%/sample/distrotest/openSUSE/11.3.txt
489
%%WWWDIR%%/sample/distrotest/openSUSE/13.1.txt
490
%%WWWDIR%%/sample/logs/log_android21.txt
491
%%WWWDIR%%/sample/logs/log_android412.txt
492
%%WWWDIR%%/sample/logs/log_bluestack.txt
493
%%WWWDIR%%/sample/logs/log_debian7.txt
494
%%WWWDIR%%/sample/logs/log_sf.txt
495
%%WWWDIR%%/sample/main/1-cpuinfo.txt
496
%%WWWDIR%%/sample/main/1-dfiP.txt
497
%%WWWDIR%%/sample/main/1-dfkP.txt
498
%%WWWDIR%%/sample/main/1-mount.txt
499
%%WWWDIR%%/sample/main/README
500
%%WWWDIR%%/sample/main/cpuinfo1.txt
501
%%WWWDIR%%/sample/main/cpuinfo2.txt
502
%%WWWDIR%%/sample/main/cpuinfo3.txt
503
%%WWWDIR%%/sample/main/cpuinfo4.txt
504
%%WWWDIR%%/sample/main/cpuinfo5.txt
505
%%WWWDIR%%/sample/main/cpuinfo6.txt
506
%%WWWDIR%%/sample/main/cpuinfo7.txt
507
%%WWWDIR%%/sample/main/cpuinfo8.txt
508
%%WWWDIR%%/sample/main/cpuinfo9.txt
509
%%WWWDIR%%/sample/main/dev1.txt
510
%%WWWDIR%%/sample/main/df1.txt
511
%%WWWDIR%%/sample/main/mount1.txt
512
%%WWWDIR%%/sample/main/pmset1.txt
513
%%WWWDIR%%/sample/main/pmset2.txt
514
%%WWWDIR%%/sample/main/pmset3.txt
515
%%WWWDIR%%/sample/main/pmset4.txt
516
%%WWWDIR%%/sample/main/swaps1.txt
517
%%WWWDIR%%/sample/main/vm_stat1.txt
518
%%WWWDIR%%/sample/main/vm_stat2.txt
519
%%WWWDIR%%/sample/main/vm_stat3.txt
520
%%WWWDIR%%/sample/motherboard/hwsensors/hwsensors1.txt
521
%%WWWDIR%%/sample/motherboard/hwsensors/hwsensors2.txt
522
%%WWWDIR%%/sample/motherboard/hwsensors/hwsensors3.txt
523
%%WWWDIR%%/sample/motherboard/hwsensors/hwsensors4.txt
524
%%WWWDIR%%/sample/motherboard/hwsensors/hwsensors5.txt
525
%%WWWDIR%%/sample/motherboard/ipmi-sensors/ipmi-sensors1.txt
526
%%WWWDIR%%/sample/motherboard/ipmitool/ipmitool1.txt
527
%%WWWDIR%%/sample/motherboard/ipmiutil/ipmiutil1.txt
528
%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors1.txt
529
%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors2.txt
530
%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors3.txt
531
%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors4.txt
532
%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors5.txt
533
%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors6.txt
534
%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors7.txt
535
%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors8.txt
536
%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors9.txt
537
%%WWWDIR%%/sample/motherboard/lmsensors/lmsensors10.txt
538
%%WWWDIR%%/sample/motherboard/mbm5/MBM51.csv
539
%%WWWDIR%%/sample/plugin_bat/README
540
%%WWWDIR%%/sample/plugin_bat/ac_state1.txt
541
%%WWWDIR%%/sample/plugin_bat/battery_info1.txt
542
%%WWWDIR%%/sample/plugin_bat/battery_state1.txt
543
%%WWWDIR%%/sample/plugin_bat/log_LenovoT530.txt
544
%%WWWDIR%%/sample/plugin_bat/log_android233.txt
545
%%WWWDIR%%/sample/plugin_bat/log_android412.txt
546
%%WWWDIR%%/sample/plugin_bat/log_android422.txt
547
%%WWWDIR%%/sample/plugin_bat/log_darwin_1.txt
548
%%WWWDIR%%/sample/plugin_bat/log_freebsd_1.txt
549
%%WWWDIR%%/sample/plugin_bat/log_freebsd_2.txt
550
%%WWWDIR%%/sample/plugin_bat/log_test_1.txt
551
%%WWWDIR%%/sample/plugin_bat/log_test_2.txt
552
%%WWWDIR%%/sample/plugin_bat/log_vbox.txt
553
%%WWWDIR%%/sample/plugin_dmraid/dmraid1.txt
554
%%WWWDIR%%/sample/plugin_dmraid/dmraid2.txt
555
%%WWWDIR%%/sample/plugin_dmraid/dmraid3.txt
556
%%WWWDIR%%/sample/plugin_dmraid/dmraid4.txt
557
%%WWWDIR%%/sample/plugin_dmraid/dmraid5.txt
558
%%WWWDIR%%/sample/plugin_mdstat/README
559
%%WWWDIR%%/sample/plugin_mdstat/raid1.txt
560
%%WWWDIR%%/sample/plugin_mdstat/raid10.txt
561
%%WWWDIR%%/sample/plugin_mdstat/raid11.txt
562
%%WWWDIR%%/sample/plugin_mdstat/raid12.txt
563
%%WWWDIR%%/sample/plugin_mdstat/raid2.txt
564
%%WWWDIR%%/sample/plugin_mdstat/raid3.txt
565
%%WWWDIR%%/sample/plugin_mdstat/raid4.txt
566
%%WWWDIR%%/sample/plugin_mdstat/raid5.txt
567
%%WWWDIR%%/sample/plugin_mdstat/raid6.txt
568
%%WWWDIR%%/sample/plugin_mdstat/raid7.txt
569
%%WWWDIR%%/sample/plugin_mdstat/raid8.txt
570
%%WWWDIR%%/sample/plugin_mdstat/raid9.txt
571
%%WWWDIR%%/sample/plugin_ps/README
572
%%WWWDIR%%/sample/plugin_ps/ps1.txt
573
%%WWWDIR%%/sample/plugin_ps/ps2.txt
574
%%WWWDIR%%/sample/plugin_psstatus/README
575
%%WWWDIR%%/sample/plugin_psstatus/psstatus1.txt
576
%%WWWDIR%%/sample/plugin_quotas/README
577
%%WWWDIR%%/sample/plugin_quotas/quotas1.txt
578
%%WWWDIR%%/sample/plugin_smart/smart0.txt
579
%%WWWDIR%%/sample/plugin_smart/smart1.txt
580
%%WWWDIR%%/sample/plugin_updatenotifier/ubuntu-landscape
581
%%WWWDIR%%/sample/plugin_updatenotifier/universal-format
582
%%WWWDIR%%/sample/processes/processes.txt
583
%%WWWDIR%%/sample/ups/1-upscDell2700.txt
584
%%WWWDIR%%/sample/ups/1-upscPW5110.txt
585
%%WWWDIR%%/sample/ups/1-upscl.txt
586
%%WWWDIR%%/sample/ups/apcaccess1.txt
587
%%WWWDIR%%/sample/ups/powersoftplus1.txt
222
%%WWWDIR%%/templates/aqua.css
588
%%WWWDIR%%/templates/aqua.css
223
%%WWWDIR%%/templates/aqua/aq_background.gif
589
%%WWWDIR%%/templates/aqua/aq_background.gif
224
%%WWWDIR%%/templates/clean.css
590
%%WWWDIR%%/templates/clean.css
Lines 227-232 Link Here
227
%%WWWDIR%%/templates/html/error_config.html
593
%%WWWDIR%%/templates/html/error_config.html
228
%%WWWDIR%%/templates/html/index_all.html
594
%%WWWDIR%%/templates/html/index_all.html
229
%%WWWDIR%%/templates/html/index_dynamic.html
595
%%WWWDIR%%/templates/html/index_dynamic.html
596
%%WWWDIR%%/templates/idash.css
597
%%WWWDIR%%/templates/idash/bg.png
598
%%WWWDIR%%/templates/idash/html.gif
599
%%WWWDIR%%/templates/idash/htmlwarn.gif
230
%%WWWDIR%%/templates/jstyle_blue.css
600
%%WWWDIR%%/templates/jstyle_blue.css
231
%%WWWDIR%%/templates/jstyle_green.css
601
%%WWWDIR%%/templates/jstyle_green.css
232
%%WWWDIR%%/templates/nextgen.css
602
%%WWWDIR%%/templates/nextgen.css
Lines 238-249 Link Here
238
%%WWWDIR%%/templates/plugin/nyroModal.full.css
608
%%WWWDIR%%/templates/plugin/nyroModal.full.css
239
%%WWWDIR%%/templates/two.css
609
%%WWWDIR%%/templates/two.css
240
%%WWWDIR%%/templates/two/gradient.png
610
%%WWWDIR%%/templates/two/gradient.png
611
%%WWWDIR%%/tools/MakeRelease.sh
612
%%WWWDIR%%/tools/README
613
%%WWWDIR%%/tools/aptana/js.xml
614
%%WWWDIR%%/tools/aptana/php.xml
615
%%WWWDIR%%/tools/check.sh
616
%%WWWDIR%%/tools/checkdistro.php
617
%%WWWDIR%%/tools/distrotest.php
618
%%WWWDIR%%/tools/lint.bat
619
%%WWWDIR%%/tools/phpsysinfo.ini
241
%%WWWDIR%%/xml.php
620
%%WWWDIR%%/xml.php
242
@dir %%WWWDIR%%/plugins/UpdateNotifier/gfx
243
@dir %%WWWDIR%%/plugins/UpdateNotifier/css
244
@dir %%WWWDIR%%/plugins/SMART/gfx
245
@dir %%WWWDIR%%/plugins/Quotas/gfx
246
@dir %%WWWDIR%%/plugins/PS/gfx
247
@dir %%WWWDIR%%/plugins/PS/css
248
@dir %%WWWDIR%%/plugins/BAT/gfx
249
@dir %%WWWDIR%%/plugins/BAT/css

Return to bug 195329