namespace PT renamed to pt
This commit is contained in:
@@ -81,12 +81,12 @@ struct Session
|
||||
// when this session was created
|
||||
// (the same values)
|
||||
time_t start_time;
|
||||
PT::Date start_date;
|
||||
pt::Date start_date;
|
||||
|
||||
// when this session was last used
|
||||
// (the same values)
|
||||
time_t last_time;
|
||||
PT::Date last_date;
|
||||
pt::Date last_date;
|
||||
|
||||
// when there was a last get request
|
||||
// (used to calculate spam or invalid login attempts etc.)
|
||||
|
Reference in New Issue
Block a user