Return to lond CVS log | Up to [LON-CAPA] / loncom |
version 1.218, 2004/07/29 10:50:54 | version 1.219, 2004/07/29 22:31:18 |
---|---|
Line 1281 sub push_file_handler { | Line 1281 sub push_file_handler { |
} else { | } else { |
&Failure( $client, "refused\n", $userinput); | &Failure( $client, "refused\n", $userinput); |
} | } |
return 1; | |
} | } |
®ister_handler("pushfile", \&push_file_handler, 1, 0, 1); | ®ister_handler("pushfile", \&push_file_handler, 1, 0, 1); |