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