comparison core/src/luan/modules/host/Hosting.luan @ 716:28fedb32ab19 0.19

hosting changes
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 23 May 2016 19:16:21 -0600
parents ca169567ce07
children 4f8e30a3ffd0
comparison
equal deleted inserted replaced
715:a82d385ec2c3 716:28fedb32ab19
57 end 57 end
58 end 58 end
59 59
60 process( nil, tree, my_dir ) 60 process( nil, tree, my_dir )
61 61
62 host.remove_handler(domain,password) 62 host.update_handler(domain,password)
63 end 63 end
64 64
65 function M.delete(domain,password) 65 function M.delete(domain,password)
66 local socket = "socket:" .. domain .. ":" .. M.port 66 local socket = "socket:" .. domain .. ":" .. M.port
67 local host = Rpc.remote(socket) 67 local host = Rpc.remote(socket)