From 28bc14e267daff85d66efc9467f40ce87bfcb858 Mon Sep 17 00:00:00 2001 From: faketruth Date: Wed, 1 Feb 2012 00:02:48 +0000 Subject: Plugins can now be enabled and disabled through WebAdmin WebPlugins can now have spaces in their tab names git-svn-id: http://mc-server.googlecode.com/svn/trunk@204 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- Plugins/Core/web_reload.lua | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 Plugins/Core/web_reload.lua (limited to 'Plugins/Core/web_reload.lua') diff --git a/Plugins/Core/web_reload.lua b/Plugins/Core/web_reload.lua deleted file mode 100644 index 3a59ad6b6..000000000 --- a/Plugins/Core/web_reload.lua +++ /dev/null @@ -1,15 +0,0 @@ -function HandleRequest_Reload( Request ) - local Content = "" - - if( Request.PostParams["reload"] ~= nil ) then - Content = Content .. "" - Content = Content .. "

Reloading plugins... This can take a while depending on the plugins you're using.

" - cRoot:Get():GetPluginManager():ReloadPlugins() - else - Content = Content .. "
" - Content = Content .. "

Click the reload button to reload all plugins!
" - Content = Content .. "

" - Content = Content .. "
" - end - return Content -end \ No newline at end of file -- cgit v1.2.3