From 7f01270ba106937300cf491927839d3428360d0a Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 5 Oct 2010 10:53:40 +0000 Subject: moved installation to its own viewtype git-svn-id: http://code.elgg.org/elgg/trunk@7010 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/installation/input/securitytoken.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 views/installation/input/securitytoken.php (limited to 'views/installation/input/securitytoken.php') diff --git a/views/installation/input/securitytoken.php b/views/installation/input/securitytoken.php new file mode 100644 index 000000000..a2a4a0e01 --- /dev/null +++ b/views/installation/input/securitytoken.php @@ -0,0 +1,17 @@ + '__elgg_token', 'value' => $token)); +echo elgg_view('input/hidden', array('internalname' => '__elgg_ts', 'value' => $ts)); -- cgit v1.2.3