diff options
author | Angelo Naselli <anaselli@linux.it> | 2014-06-27 17:21:45 +0200 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2014-06-27 17:21:45 +0200 |
commit | 638b3b9f0ca59a370b6f3cde5c9188c094a67762 (patch) | |
tree | 80eb841f80013804a55297eb94719f88c56b1437 /extras | |
parent | f07c07254f1c4338223a99b8a0e1d89794d6a07e (diff) | |
download | colin-keep-638b3b9f0ca59a370b6f3cde5c9188c094a67762.tar colin-keep-638b3b9f0ca59a370b6f3cde5c9188c094a67762.tar.gz colin-keep-638b3b9f0ca59a370b6f3cde5c9188c094a67762.tar.bz2 colin-keep-638b3b9f0ca59a370b6f3cde5c9188c094a67762.tar.xz colin-keep-638b3b9f0ca59a370b6f3cde5c9188c094a67762.zip |
added adminClock to apanel
Diffstat (limited to 'extras')
-rw-r--r-- | extras/conf/categories.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extras/conf/categories.conf b/extras/conf/categories.conf index 71c2a6a..0651ee8 100644 --- a/extras/conf/categories.conf +++ b/extras/conf/categories.conf @@ -9,6 +9,9 @@ <module> <class>AdminPanel::Module::LogViewer</class> </module> + <module> + <class>AdminPanel::Module::Clock</class> + </module> </category> <category> <title>Network && Internet</title> |