added php tags

I'm an idiot
This commit is contained in:
Wyatt J. Miller 2020-02-20 09:07:33 -05:00
parent e920c27986
commit 679269f9e2
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<?
<?php
$url = "https://docs.google.com/presentation/d/1b3IyHs2Y3FneB_PDI9reP5hvrv0tUoAKA52Xh_ttu78/";
header("Location: " . $url);
?>

View File

@ -1,4 +1,4 @@
<?
<?php
$url = "https://docs.google.com/presentation/d/1pLF2JgItDBqmTCm6upLffkmXI6B-WL4SzkMJ_xvWARI/edit";
header("Location: " . $url);
?>

View File

@ -1,4 +1,4 @@
<?
<?php
$url = "https://docs.google.com/presentation/d/1Aa3veC98tlwjQLTsJ7waoCtq7DooP7zGvhijK0W9fwA/";
header("Location: " . $url);
?>