From 68955361dd404a1eb0fdca648f14ed1aefee29d9 Mon Sep 17 00:00:00 2001 From: thomasb Date: Tue, 19 Feb 2008 22:28:28 +0000 Subject: First steps to implement an installer git-svn-id: https://svn.roundcube.net/trunk@1118 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/installer/index.php | 63 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 roundcubemail/installer/index.php (limited to 'roundcubemail/installer/index.php') diff --git a/roundcubemail/installer/index.php b/roundcubemail/installer/index.php new file mode 100644 index 000000000..be8657799 --- /dev/null +++ b/roundcubemail/installer/index.php @@ -0,0 +1,63 @@ + + + +RoundCube Webmail Installer + + + + + + + + +
+ +

RoundCube Webmail Installer

+ + + +
    + $item) { + $j = $i + 1; + $link = $RCI->step > $j ? '' . Q($item) . '' : Q($item); + printf('
  1. %s
  2. ', $j+1, $RCI->step > $j ? ' passed' : ($RCI->step == $j ? ' current' : ''), $link); + } +?> +
+ +step]) { + include $include_steps[$RCI->step]; +} +else { + header("HTTP/1.0 404 Not Found"); + echo '

Invalid step

'; +} + +?> +
+ + + + -- cgit v1.2.3