aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/adminClock
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2014-08-29 12:01:25 +0200
committerAngelo Naselli <anaselli@linux.it>2014-08-29 12:01:25 +0200
commitcf7698cab56195d8a56f8cc6855039b22e341fb6 (patch)
tree0db23702adf50df71f3fc4dcc63147dfa3aa0e39 /scripts/adminClock
parentb78cd46363ab92a3b19ddc1f65eda58b5b067807 (diff)
downloadmanatools-cf7698cab56195d8a56f8cc6855039b22e341fb6.tar
manatools-cf7698cab56195d8a56f8cc6855039b22e341fb6.tar.gz
manatools-cf7698cab56195d8a56f8cc6855039b22e341fb6.tar.bz2
manatools-cf7698cab56195d8a56f8cc6855039b22e341fb6.tar.xz
manatools-cf7698cab56195d8a56f8cc6855039b22e341fb6.zip
fixed script name manaclock (new drakclock)
Diffstat (limited to 'scripts/adminClock')
-rwxr-xr-xscripts/adminClock9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/adminClock b/scripts/adminClock
deleted file mode 100755
index 37aadb68..00000000
--- a/scripts/adminClock
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/usr/bin/perl
-
-use AdminPanel::Module::Clock;
-
-my $clockManager = AdminPanel::Module::Clock->new();
-
-$clockManager->start();
-
-1;