1
0
Fork 0
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:
King_DuckZ 2017-05-12 22:46:54 +01:00
parent 73707c2ad0
commit 4d31323bb1
9 changed files with 147 additions and 7 deletions

View file

@ -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;