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