mirror of
https://github.com/KingDuckZ/kamokan.git
synced 2025-07-02 14:04:16 +00:00
Redirect to error.cgi when saving fails.
Not working yet, still getting there.
This commit is contained in:
parent
73707c2ad0
commit
4d31323bb1
9 changed files with 147 additions and 7 deletions
|
@ -53,8 +53,10 @@ namespace tawashi {
|
|||
const Kakoune::SafePtr<cgi::Env>& parCgiEnv,
|
||||
bool parWantRedis
|
||||
);
|
||||
const cgi::Env& cgi_env() const;
|
||||
|
||||
void change_type (Types parRespType, std::string&& parValue);
|
||||
|
||||
const cgi::Env& cgi_env() const;
|
||||
const boost::string_ref& base_uri() const;
|
||||
virtual boost::string_ref page_basename() const = 0;
|
||||
redis::IncRedis& redis() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue