Releases: HashJProgramming/CUSTMBRS
Releases · HashJProgramming/CUSTMBRS
Release 1.0
CUSTMBRS - Cottage Usage Scheduling with Transaction Monitoring for a Beach Resort System
Here you can change the xampp/htdocs/index.php
to redirect to the CUSTMBRS
folder.
<?php
if (!empty($_SERVER['HTTPS']) && ('on' == $_SERVER['HTTPS'])) {
$uri = 'https://';
} else {
$uri = 'http://';
}
$uri .= $_SERVER['HTTP_HOST'];
header('Location: '.$uri.'/CUSTMBRS/');
exit;
?>
XAMPP System Specifications
Tool | Version |
---|---|
Database Server | 10.4.28-MariaDB - mariadb.org binary distribution |
Web Server | Apache/2.4.56 (Win64) OpenSSL/1.1.1t PHP/8.2.4 |
Database Client | libmysql - mysqlnd 8.2.4 |
PHP | 8.2.4 |
phpMyAdmin | 5.2.1 (up to date) |
Full Changelog: https://github.com/HashJProgramming/CUSTMBRS/commits/Release