diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-12-22 04:58:54 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-12-22 04:58:54 +0100 |
commit | 920610490ea8c0e7ed4d8711eb5c7fc885239457 (patch) | |
tree | 1ee709a3662dacc3a5151305c6b0854d641cefba /app/class/application.php | |
parent | 08edd92a2135d486603687b181979854b60a3bcc (diff) | |
download | wcms-920610490ea8c0e7ed4d8711eb5c7fc885239457.tar.gz wcms-920610490ea8c0e7ed4d8711eb5c7fc885239457.zip |
login level session separate by basepath
Diffstat (limited to 'app/class/application.php')
-rw-r--r-- | app/class/application.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/class/application.php b/app/class/application.php index 8e50c19..4926a1b 100644 --- a/app/class/application.php +++ b/app/class/application.php @@ -50,6 +50,11 @@ class Application { ?> <h1>Configuration</h1> + + <h3>Version :</h3> + + <p><?= getversion() ?></p> + <form action="" method="post"> <div> <h2> |