From 7080a32650ab8b19e917d8add944a75cc98381bc Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Mon, 20 Oct 2014 11:54:31 +0200 Subject: Add checking installation feature --- app/views/update/checkInstall.phtml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 app/views/update/checkInstall.phtml (limited to 'app/views') diff --git a/app/views/update/checkInstall.phtml b/app/views/update/checkInstall.phtml new file mode 100644 index 000000000..32058714e --- /dev/null +++ b/app/views/update/checkInstall.phtml @@ -0,0 +1,30 @@ +partial('aside_configure'); ?> + +
+ + +

+ + status_php as $key => $status) { ?> +

+ +

+ + +

+ + status_files as $key => $status) { ?> +

+ +

+ + +

+ + status_database as $key => $status) { ?> +

+ +

+ + +
-- cgit v1.2.3