Remove to_referer() method, as it fails if no referer was given
This commit is contained in:
@@ -112,11 +112,6 @@ struct request_t {
|
||||
*/
|
||||
char* (*get_referer)(request_t *this);
|
||||
|
||||
/**
|
||||
* Redirect the client to the referer.
|
||||
*/
|
||||
void (*to_referer)(request_t *this);
|
||||
|
||||
/**
|
||||
* Set a template value.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user