nextcloud-mail2deck/index.php

16 wiersze
161 B
PHP
Czysty Zwykły widok Historia

2019-12-13 18:09:05 +00:00
<?php
include_once("lib/newCard.php");
header("Refresh: 5");
?>
<!DOCTYPE html>
<html>
<head>
<title>Mail2Deck</title>
</head>
<body>
</body>
</html>