Konu
PHP Sayfa Yenilemeyi Engelleme
17-01-2019, 11:38:27
#10
rixez
~Aykut adlı üyeden alıntı:
mesajı görüntüle
<script>
if ( window.history.replaceState ) {
window.history.replaceState( null, null, window.location.href );
}
</script>
bu kod engelliyor
çalışmadı