1
0
mirror of https://github.com/anope/anope.git synced 2026-07-05 03:13:13 +02:00
Files
anope/modules/webcpanel/pages/logout.h
T

22 lines
413 B
C++

/*
* (C) 2003-2023 Anope Team
* Contact us at team@anope.org
*
* Please read COPYING and README for further details.
*/
#pragma once
namespace WebCPanel
{
class Logout : public WebPanelProtectedPage
{
public:
Logout(const Anope::string &u);
bool OnRequest(HTTPProvider *, const Anope::string &, HTTPClient *, HTTPMessage &, HTTPReply &, NickAlias *, TemplateFileServer::Replacements &) override;
};
}