-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplugins_memorywatch_de.php
85 lines (84 loc) · 2.17 KB
/
plugins_memorywatch_de.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php
$page = "plugins";
$language = "de";
include_once "head.php";
?>
<title>
Magellan Plugins - MemoryWatch Plugin
</title>
</head>
<body>
<div id="container">
<?php
include_once "navi_".$language.".php";
include_once "header.php";
?>
<div id="center">
<h3>
MemoryWatch Plugin
</h3>
<table summary="" cellspacing="0" cellpadding="1" border="0" class=
"plugin">
<tr class="plugin">
<td class="plugin">
Name:
</td>
<td class="plugin">
MemoryWatch Plugin
</td>
</tr>
<tr class="plugin">
<td class="plugin">
Version:
</td>
<td class="plugin">
0.5
</td>
</tr>
<tr class="plugin">
<td class="plugin">
Kurzbeschreibung:
</td>
<td class="plugin">
Zeigt Magellan Speicherverbrauch an
</td>
</tr>
<tr class="plugin">
<td class="plugin">
Autor:
</td>
<td class="plugin">
Fiete
</td>
</tr>
<tr class="plugin">
<td class="plugin">
Website:
</td>
<td class="plugin">
-
</td>
</tr>
<tr class="plugin">
<td class="plugin">
Download:
</td>
<td class="plugin">
<a href=
"download_de.php#plugins">https://magellan.narabi.de/</a>
</td>
</tr>
</table>
<p>
Das MemoryWatch Plugin ist eher was für neugierige. Es wurde primär
für die Entwickler gebaut, um den Speicherverbrauch von Magellan
während der Laufzeit zu prüfen und sichtbar zu machen.
</p>
</div>
</div>
</body>
</html>