1
0
forked from HPR/hpr_hub

2024-10-20_21-12-39_CEST

This commit is contained in:
2024-10-20 21:12:39 +02:00
parent 8bf6aad70b
commit faa14cd6da
3 changed files with 40 additions and 0 deletions

7
hub/redirect.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
# request.php > request_confirm.php > upload.php > upload_confirm.php
#require "/home/hpr/php/include.php";
?>
<?php
header('location:https://hub.hackerpublicradio.org/calendar.php');
?>