removed passpod
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
#endif
|
||||
|
||||
extern time_t get_global_time();
|
||||
extern bool g_bNoPasspod;
|
||||
|
||||
bool IsEmptyAdminPage()
|
||||
{
|
||||
@@ -271,13 +270,6 @@ int CInputHandshake::Analyze(LPDESC d, BYTE bHeader, const char * c_pData)
|
||||
else
|
||||
stResult = "YES";
|
||||
}
|
||||
else if (!stBuf.compare("IS_PASSPOD_UP"))
|
||||
{
|
||||
if (g_bNoPasspod)
|
||||
stResult = "NO";
|
||||
else
|
||||
stResult = "YES";
|
||||
}
|
||||
//else if (!stBuf.compare("SHOWMETHEMONEY"))
|
||||
else if (stBuf == g_stAdminPagePassword)
|
||||
{
|
||||
@@ -381,16 +373,6 @@ int CInputHandshake::Analyze(LPDESC d, BYTE bHeader, const char * c_pData)
|
||||
LogManager::instance().CharLog(0, 0, 0, 1, "NOTICE", msg.c_str(), d->GetHostName());
|
||||
BroadcastNotice(msg.c_str());
|
||||
}
|
||||
else if (!stBuf.compare("CLOSE_PASSPOD"))
|
||||
{
|
||||
g_bNoPasspod = true;
|
||||
stResult += "CLOSE_PASSPOD";
|
||||
}
|
||||
else if (!stBuf.compare("OPEN_PASSPOD"))
|
||||
{
|
||||
g_bNoPasspod = false;
|
||||
stResult += "OPEN_PASSPOD";
|
||||
}
|
||||
else if (!stBuf.compare("SHUTDOWN"))
|
||||
{
|
||||
LogManager::instance().CharLog(0, 0, 0, 2, "SHUTDOWN", "", d->GetHostName());
|
||||
|
||||
Reference in New Issue
Block a user