]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - html/cgi-bin/connscheduler.cgi
QoS-Update - Komplette grafische Ueberarbeitung
[people/pmueller/ipfire-2.x.git] / html / cgi-bin / connscheduler.cgi
index 382cefe8ac52911448a443120e7d0961c63068bf..f661b38391f6ede3fb29d02b46f5bef10fe0d759 100644 (file)
@@ -1,10 +1,12 @@
 #!/usr/bin/perl
 #
+# IPFire CGI
+# based on:
+#
 # IPCop Connection Scheduler Web-Iface
 #
 # This code is distributed under the terms of the GPL
 #
-#
 # 2006-04-xx created by weizen_42 at ipcop-forum dot de
 # 2006-06-xx added reboot and shutdown
 # 2006-08-20 added ipsecctrl
@@ -21,7 +23,7 @@ require '/var/ipfire/general-functions.pl';
 require "${General::swroot}/lang.pl";
 require "${General::swroot}/header.pl";
 
-require '/var/ipcop/connscheduler/lib.pl';
+require '/var/ipfire/connscheduler/lib.pl';
 
 my $buttontext = $Lang::tr{'add'};
 my $hiddenvalue = 'add';