📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
reelsolusturmascripti.demodesign.com.tr
/
system
/
assets
/
js
📝
login.js
← Geri Dön
(function ($) { "use strict"; /*---------------------------------------- passward show hide ----------------------------------------*/ $('.show-hide').show(); $('.show-hide span').addClass('show'); $('.show-hide span').click(function () { if ($(this).hasClass('show')) { $('input[name="login[password]"]').attr('type', 'text'); $(this).removeClass('show'); } else { $('input[name="login[password]"]').attr('type', 'password'); $(this).addClass('show'); } }); $('form button[type="submit"]').on('click', function () { $('.show-hide span').text('Show').addClass('show'); $('.show-hide').parent().find('input[name="login[password]"]').attr('type', 'password'); }); })(jQuery);
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula