Smol updates
This commit is contained in:
@@ -3,8 +3,13 @@
|
||||
require_once "Schedule.php";
|
||||
require_once "config.php";
|
||||
|
||||
//echo "<pre>";
|
||||
|
||||
$sched = new Schedule(Schedule::EveryWeekday("Tuesday", 2), $stations_berlin, $optional, $wanted, $darkmode);
|
||||
$image = $sched->createImage();
|
||||
|
||||
header("Content-Type: image/jpg");
|
||||
imagejpeg($image);
|
||||
imagejpeg($image);
|
||||
//imagejpeg($image, "test23.jpg");
|
||||
|
||||
//echo "\n\n<img src='test23.jpg'>";
|
||||
|
Reference in New Issue
Block a user