AyulaPOS/index.php

6 lines
89 B
PHP

<?php
// Redirect to the views/index.php
header('Location: views/index.php');
exit();
?>