#include "ao.h"
#include "user.h"
#include "users.h"
-#include "../../../user_property.h"
+#include "user_property.h"
#include "../../../eventloop.h"
class AO_CREATOR
USER_IPS ips = u->GetProperty().ips;
if (ips.OnlyOneIP())
{
- if (u->Authorize(ips[0].ip, "", 0xFFffFFff, this) == 0)
+ if (u->Authorize(ips[0].ip, 0xFFffFFff, this) == 0)
{
}
}