dremjs/root/index.php

7 lines
207 B
PHP

<?php
$installation = "main";
$bootloader = "/hypervisor/installations/".$installation."/bootloader/boot/";
echo("DremJS\n");
echo("Stage 1 - Entry Point (STUB)\n");
header('Location: '.$bootloader);
?>