diff --git a/upload_timetable.php b/upload_timetable.php index 6ae3c67..88c6d14 100644 --- a/upload_timetable.php +++ b/upload_timetable.php @@ -10,9 +10,6 @@ require_once dirname(__FILE__) . '/vendor/autoload.php'; require_once('config.php'); -$token = '8d962a172b9f56f65712e5710fca2435'; -$domainname = 'https://moodlesb.steinbeisschule-reutlingen.de'; - $MoodleRest = new MoodleRest($config['url'], $config['token']); if (file_exists ($config['hashfile'])) {