Revision 4864d7f6
Added by Josh Soref over 2 years ago
src/etc/phpshellsessions/cryptconfig | ||
---|---|---|
99 | 99 |
|
100 | 100 |
if ($action == 'decrypt') { |
101 | 101 |
if (!tagfile_deformat($data, $data, "config.xml")) { |
102 |
echo gettext("The input file does not appear to contain an ecnrypted config.xml.") . "\n";
|
|
102 |
echo gettext("The input file does not appear to contain an encrypted config.xml.") . "\n";
|
|
103 | 103 |
exit(-1); |
104 | 104 |
} else { |
105 | 105 |
echo gettext("Decrypting data..."); |
Also available in: Unified diff
Spelling fixes. Fix #13357
Bugs: