diff options
Diffstat (limited to 'app/views/javascript/nonce.phtml')
| -rw-r--r-- | app/views/javascript/nonce.phtml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/javascript/nonce.phtml b/app/views/javascript/nonce.phtml new file mode 100644 index 000000000..4ac46c8fc --- /dev/null +++ b/app/views/javascript/nonce.phtml @@ -0,0 +1,2 @@ +<?php +echo json_encode(array('salt1' => $this->salt1, 'nonce' => $this->nonce)); |
