[ Index ] |
PHP Cross Reference of YOURLS |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** Test encrypting file with passwords containing special chars */ 4 $yourls_user_passwords = array( 5 'string' => 'hello ozh', 6 'special' => 'lol .\+*?[^]$(){}=!<>|:-/@', 7 '1994' => '@$*', 8 'quote1' => '"ahah"', 9 'quote2' => "'ahah'", 10 'utf8fun' => 'أنا أحب النقانق', 11 's[p]e(c)i{a}!@#$%^&*-=l<>,/?' => 'password', 12 ); 13
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Jan 21 05:10:11 2025 | Cross-referenced by PHPXref 0.7.1 |