added school path, added school functions
This commit is contained in:
4
src/school/mkt201paper.php
Normal file
4
src/school/mkt201paper.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?
|
||||
$url = "https://wyattjmiller.com/comingsoon.php";
|
||||
header("Location: " . $url);
|
||||
?>
|
4
src/school/mkt201pres.php
Normal file
4
src/school/mkt201pres.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?
|
||||
$url = "https://docs.google.com/presentation/d/1Aa3veC98tlwjQLTsJ7waoCtq7DooP7zGvhijK0W9fwA/";
|
||||
header("Location: " . $url);
|
||||
?>
|
Reference in New Issue
Block a user