Skip to content

Commit e10a323

Browse files
committed
Removed example menu in tools menu.
1 parent 28f4cf8 commit e10a323

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

interface/web/tools/lib/menu.d/statistics.menu.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
<?php
22

3+
/*
4+
5+
// Example
6+
37
$items = array();
48
59
$items[] = array( 'title' => 'Other page',
@@ -16,6 +20,6 @@
1620
'items' => $items);
1721
1822
19-
23+
*/
2024

2125
?>

0 commit comments

Comments
 (0)