[ Index ]

PHP Cross Reference of YOURLS

title

Body

[close]

/tests/data/auth/ -> config-test-auth.php (source)

   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  


Generated: Tue Jan 21 05:10:11 2025 Cross-referenced by PHPXref 0.7.1