Edit file File name : index.php Content :<?php // Since login is removed, we redirect directly to the main application page. header('Location: dashboard.php'); exit(); ?> Save