forked from root/threadr.lostcave.ddnss.de
request client to not use caching
parent
40033716d7
commit
3ef04bd997
|
@ -1,4 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
%PLEAZE_NO_CACHE%
|
||||||
$permitted_chars = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ&/()[]$:?_';
|
$permitted_chars = '0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ&/()[]$:?_';
|
||||||
|
|
||||||
function generate_salt($input, $strength = 5) {
|
function generate_salt($input, $strength = 5) {
|
||||||
|
|
Loading…
Reference in New Issue