Skip to content

Commit 7fe7473

Browse files
committed
[imp] remove stats plugin url setting & move debug to advanced
1 parent 3399721 commit 7fe7473

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

plugins/system/stats/stats.xml

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,6 @@
2828
label="PLG_SYSTEM_STATS_UNIQUE_ID_LABEL"
2929
size="10"
3030
/>
31-
<field
32-
name="url"
33-
type="url"
34-
filter="url"
35-
size="30"
36-
default="https://developer.joomla.org/stats/submit"
37-
description="PLG_SYSTEM_STATS_URL_DESC"
38-
label="PLG_SYSTEM_STATS_URL_LABEL"
39-
/>
4031
<field
4132
name="interval"
4233
type="text"
@@ -56,6 +47,14 @@
5647
<option value="2">PLG_SYSTEM_STATS_MODE_OPTION_ON_DEMAND</option>
5748
<option value="3">PLG_SYSTEM_STATS_MODE_OPTION_NEVER_SEND</option>
5849
</field>
50+
<field
51+
name="lastrun"
52+
type="hidden"
53+
default="0"
54+
size="15"
55+
/>
56+
</fieldset>
57+
<fieldset name="advanced">
5958
<field
6059
name="debug"
6160
type="radio"
@@ -67,12 +66,6 @@
6766
<option value="1">JYES</option>
6867
<option value="0">JNO</option>
6968
</field>
70-
<field
71-
name="lastrun"
72-
type="hidden"
73-
default="0"
74-
size="15"
75-
/>
7669
</fieldset>
7770
</fields>
7871
</config>

0 commit comments

Comments
 (0)