blob: e818d9bc1d8b0af8059bdfe33294ac1e79ccfb6e (
plain) (
blame)
1
2
3
4
5
6
|
<?php
$title = "Friendship Ended with webdavfs (and Nextcloud Client). Rclone Is My New Best Friend!";
if (isset($early) && $early) {
return;
}
include($_SERVER['DOCUMENT_ROOT'] . '/includes/head.php');
|