From 6eca8a647c79e9a5b100672b55f5d02273a28772 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 16 Nov 2015 12:08:41 +0200 Subject: Implement 'about' web page --- brep/options.cli | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'brep/options.cli') diff --git a/brep/options.cli b/brep/options.cli index 6c3c7f1..77dc45a 100644 --- a/brep/options.cli +++ b/brep/options.cli @@ -43,6 +43,10 @@ namespace brep std::uint16_t description-length = 400; std::uint16_t changes-length = 800; }; + + class repository_details: module, db + { + }; } // Web module HTTP request parameters. -- cgit v1.1