From 4a0d91a043210e3d69fade7ceb0d3bc8bf7ed413 Mon Sep 17 00:00:00 2001
From: RealRancor <Fisch.666@gmx.de>
Date: Wed, 2 Mar 2016 12:51:04 +0100
Subject: [PATCH] Add Versions app header to config.sample.php

---
 config/config.sample.php | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/config/config.sample.php b/config/config.sample.php
index 1a6c8b31280..4321e5bab83 100644
--- a/config/config.sample.php
+++ b/config/config.sample.php
@@ -413,6 +413,12 @@ $CONFIG = array(
 'trashbin_retention_obligation' => 'auto',
 
 
+/**
+ * File versions
+ *
+ * These parameters control the Versions app.
+ */
+
 /**
  * If the versions app is enabled (default), this setting defines the policy
  * for when versions will be permanently deleted.
-- 
GitLab