aboutsummaryrefslogtreecommitdiff
path: root/app/class/Model.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2020-01-21 01:28:04 +0100
committervincent-peugnet <v.peugnet@free.fr>2020-01-21 01:28:04 +0100
commitc47b78e13afb092aa1a30296b885b2911444fe3c (patch)
treeb387ea24ebced532a69937d3156a695781b9dd81 /app/class/Model.php
parent61d7c9de6b7d50eb151e513e3be1e1805b4690d3 (diff)
downloadwcms-c47b78e13afb092aa1a30296b885b2911444fe3c.tar.gz
wcms-c47b78e13afb092aa1a30296b885b2911444fe3c.zip
new user manual in markdown
Diffstat (limited to 'app/class/Model.php')
-rw-r--r--app/class/Model.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/class/Model.php b/app/class/Model.php
index bb07fea..913dc34 100644
--- a/app/class/Model.php
+++ b/app/class/Model.php
@@ -5,7 +5,8 @@ namespace Wcms;
abstract class Model
{
- const CONFIG_FILE = 'config.json';
+ const CONFIG_FILE = 'config.json';
+ const MAN_FILE = 'MANUAL.md';
const CSS_DIR = 'assets' . DIRECTORY_SEPARATOR .'css' . DIRECTORY_SEPARATOR;
const JS_DIR = 'assets' . DIRECTORY_SEPARATOR .'js' . DIRECTORY_SEPARATOR;
const ICONS_DIR = 'assets' . DIRECTORY_SEPARATOR .'icons' . DIRECTORY_SEPARATOR;