diff options
| author | Angelo Naselli <anaselli@linux.it> | 2014-08-29 12:01:25 +0200 |
|---|---|---|
| committer | Angelo Naselli <anaselli@linux.it> | 2014-08-29 12:01:25 +0200 |
| commit | cf7698cab56195d8a56f8cc6855039b22e341fb6 (patch) | |
| tree | 0db23702adf50df71f3fc4dcc63147dfa3aa0e39 /scripts/adminClock | |
| parent | b78cd46363ab92a3b19ddc1f65eda58b5b067807 (diff) | |
| download | manatools-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-x | scripts/adminClock | 9 |
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; |
