/* * This file is a part of Winix * and is not publicly distributed * * Copyright (c) 2012, Tomasz Sowa * All rights reserved. * */ #include "ipban.h" #include "functions.h" namespace Fun { IPBanFun::IPBanFun() { fun.url = L"ipban"; } bool IPBanFun::HasAccess() { return cur->session->puser && cur->session->puser->super_user; } void IPBanFun::MakePost() { } void IPBanFun::MakeGet() { } } // namespace