Skip to content
This repository was archived by the owner on May 29, 2024. It is now read-only.

Commit fac048b

Browse files
Seth BattisSeth Battis
authored andcommitted
Tidying
Signed-off-by: Seth Battis <[email protected]>
1 parent fcdcbc9 commit fac048b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
define('SEPARATOR', '_'); // used when concatenating information in the cache database
2222
define('SYNC_TIMESTAMP_FORMAT', 'Y-m-d\TH:iP'); // same as CANVAS_TIMESTAMP_FORMAT, FWIW
2323

24-
define('WORKING_DIR', '/var/www-data/canvas/calendar-ics/');
24+
define('WORKING_DIR', '/var/www-data/canvas/ics-sync/');
2525

2626
define('API_CLIENT_ERROR_RETRIES', 1);
2727
define('API_SERVER_ERROR_RETRIES', 3);

import.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
$_REQUEST['canvas_url'] = urldecode($argv[2]);
3535
$_REQUEST['schedule'] = urldecode($argv[3]);
3636
}
37-
print_r($_REQUEST);
3837

3938
/**
4039
* compute the calendar context for the canvas object based on its URL

0 commit comments

Comments
 (0)