Add files via upload

This commit is contained in:
Fernando Méndez 2021-04-28 21:06:13 +02:00 committed by GitHub
parent 1e9685ee9b
commit 9ee7889968
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
<?php
header('Location: ../');
header("Location: ../");
?>