changeset 716:28fedb32ab19 0.19

hosting changes
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 23 May 2016 19:16:21 -0600
parents a82d385ec2c3
children 64f9f41cd1bf
files core/src/luan/modules/host/Hosting.luan core/src/luan/modules/host/delete.luan
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/core/src/luan/modules/host/Hosting.luan	Mon May 23 16:16:03 2016 -0600
+++ b/core/src/luan/modules/host/Hosting.luan	Mon May 23 19:16:21 2016 -0600
@@ -59,7 +59,7 @@
 
 	process( nil, tree, my_dir )
 
-	host.remove_handler(domain,password)
+	host.update_handler(domain,password)
 end
 
 function M.delete(domain,password)
--- a/core/src/luan/modules/host/delete.luan	Mon May 23 16:16:03 2016 -0600
+++ b/core/src/luan/modules/host/delete.luan	Mon May 23 19:16:21 2016 -0600
@@ -9,4 +9,4 @@
 
 Hosting.delete(...)
 
-print("done with "..(...))
+print("deleted "..(...))