]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/scripts/connscheduler
Hinzugefuegt:
[ipfire-2.x.git] / src / scripts / connscheduler
index c4ea8dc1d4f4e0ecb6e91b62aa9ec6d3ab948dd5..1dcbe40fed1d6fd698ed2fcfc9d4589434780f9c 100644 (file)
@@ -3,6 +3,8 @@
 # IPFire Connection Scheduler (F)Cron Job
 #
 # This code is distributed under the terms of the GPL
+# The original code is taken from weizen_42.
+# See /home/httpd/cgi-bin/connscheduler.cgi
 #
 
 use strict;
@@ -10,7 +12,6 @@ use strict;
 require '/var/ipfire/general-functions.pl';
 require '/var/ipfire/connscheduler/lib.pl';
 
-
 # seems to be necessary
 my $sleep_after_profile = 5;