Roxen.git
/
server
/
plugins
/
protocols
/
prot_ftps.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/plugins/protocols/prot_ftps.pike:1:
-
// This is a
roxen
protocol module.
+
// This is a
ChiliMoon
protocol module.
// Copyright © 2001, Roxen IS. inherit SSLProtocol; constant supports_ipless = 0; constant name = "ftps"; constant prot_name = "ftps"; constant requesthandlerfile = "plugins/protocols/ftp.pike"; constant default_port = 21; /*** ???? ***/ // Some statistics int sessions; int ftp_users; int ftp_users_now; mapping(string:int) ftp_sessions = ([]); void create( mixed ... args ) {
-
roxen
.set_up_ftp_variables( this_object() );
+
core
.set_up_ftp_variables( this_object() );
::create( @args ); }