Search notes:

XAMPP installation directory: htdocs/index.php

This is the file that is executed after a fresh installation of XAMPP when pointing a web browser to http://localhost or https://localhost.
The script basically makes a HTTP redirect to dashboard.
header('Location: '.$uri.'/dashboard/');

Index