1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-07-02 14:04:16 +00:00

Allow users to specify min/max valid pastie sizes.

This commit is contained in:
King_DuckZ 2017-04-24 19:09:43 +01:00
parent 79e82e2489
commit 3c10d624e3
6 changed files with 31 additions and 7 deletions

View file

@ -51,6 +51,7 @@ namespace tawashi {
const std::string& page_basename() const;
std::string load_mustache() const;
redis::IncRedis& redis() const;
const SettingsBag& settings() const;
private:
virtual void on_process();