function HandleRequest_Reload( Request ) local Content = "" if( Request.PostParams:get("reload") ~= "" ) 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 .. "" end return Content end