From e0b593c90599009a903d1856555eacf33245005d Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Thu, 11 Apr 2019 13:32:04 +0200 Subject: Initial commit --- conf/metadata.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 conf/metadata.php (limited to 'conf/metadata.php') diff --git a/conf/metadata.php b/conf/metadata.php new file mode 100755 index 0000000..dca34af --- /dev/null +++ b/conf/metadata.php @@ -0,0 +1,6 @@ + array(null, 'trace','youarehere')); +$meta['header-line'] = array('string'); +$meta['footer-line'] = array('string'); +?> \ No newline at end of file -- cgit