Creating GIT Repo
This commit is contained in:
10
FRAShuttle.jpg.php
Normal file
10
FRAShuttle.jpg.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
require_once "Schedule.php";
|
||||
require_once "config.php";
|
||||
|
||||
$sched = new Schedule(Schedule::EveryXWeeksFromStartdate("2021-10-08", 4, 2), $stations_berlin, $optional, $wanted, $darkmode);
|
||||
$image = $sched->createImage();
|
||||
|
||||
header("Content-Type: image/jpg");
|
||||
imagejpeg($image);
|
Reference in New Issue
Block a user