not working with more than 1 key?!

Jump to: navigation, search

for me this extension was not working with more than one key in the array...

this is an "error" in the source of SecureHTML.php

$keyname = ($argv['keyname'] ? $argv['keyname'] : $keykeys[0]);

should be replaced with

$keyname = ($argv['hash'] ? $argv['hash'] : $keykeys[0]);

the other version doesnt make sense for me.

--88.73.61.86 03:06, 22 May 2011 (UTC)10:30, 10 January 2012
Personal tools

Variants
Actions
Navigation
Support
Download
Development
Communication
Toolbox