mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
Add stats to default more menu
This commit is contained in:
parent
111a8b9707
commit
7127f57b59
2 changed files with 8 additions and 0 deletions
|
@ -100,6 +100,10 @@ $guiConfig = <<<'GUICONFIG'
|
||||||
"Recent changes",
|
"Recent changes",
|
||||||
"?action=recent-changes"
|
"?action=recent-changes"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"Statistics",
|
||||||
|
"?action=stats"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"🡅 Upload",
|
"🡅 Upload",
|
||||||
"index.php?action=upload"
|
"index.php?action=upload"
|
||||||
|
|
|
@ -78,6 +78,10 @@
|
||||||
"Recent changes",
|
"Recent changes",
|
||||||
"?action=recent-changes"
|
"?action=recent-changes"
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
"Statistics",
|
||||||
|
"?action=stats"
|
||||||
|
],
|
||||||
[
|
[
|
||||||
"🡅 Upload",
|
"🡅 Upload",
|
||||||
"index.php?action=upload"
|
"index.php?action=upload"
|
||||||
|
|
Loading…
Reference in a new issue