
e-formabsensi/
├── assets/
│   ├── css/
│   │   └── style.css
│   └── js/
│       └── script.js
├── config/
│   └── database.php
├── includes/
│   ├── header.php
│   ├── footer.php
│   └── nav.php
├── admin/
│   ├── dashboard.php
│   └── login.php
│   ├── tahunajaran/index.php
│   ├── guru/index.php
│   ├── kelas/index.php
│   ├── walikelas/index.php
│   ├── siswa/index.php
│   ├── plotkelas/index.php
│   └── siswanonaktif/index.php
├── index.php
└── functions.php