diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-12-09 18:43:21 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-12-09 18:43:21 +0100 |
commit | 69211185e5578b72d3a0f9e10b5dd3d0b2f0e2a0 (patch) | |
tree | 74d94124d83a9b0a48a58bb96f5d2111994d01e9 /app/view/templates/admin.php | |
parent | ae0693d074a63412e7ab9587520096cb60a48e64 (diff) | |
download | wcms-69211185e5578b72d3a0f9e10b5dd3d0b2f0e2a0.tar.gz wcms-69211185e5578b72d3a0f9e10b5dd3d0b2f0e2a0.zip |
auto-media-dir-list
Diffstat (limited to 'app/view/templates/admin.php')
-rw-r--r-- | app/view/templates/admin.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/view/templates/admin.php b/app/view/templates/admin.php index bff83c5..8de9bb1 100644 --- a/app/view/templates/admin.php +++ b/app/view/templates/admin.php @@ -10,6 +10,8 @@ <section class="admin"> + <h1>Administration</h1> + <form action="<?= $this->url('adminupdate') ?>" method="post"> <input type="submit" value="Update configuration"> |