Import initial du site depuis le serveur

This commit is contained in:
WhyKorp's server
2026-04-27 06:52:16 +00:00
parent 81b39e856b
commit f57f9fe1d5
1871 changed files with 214417 additions and 32138 deletions
@@ -0,0 +1,17 @@
{
"name": "roundcube/autologout",
"type": "roundcube-plugin",
"description": "Plugin to auto log out users with a POST request sent from an external site.",
"license": "GPLv3+",
"version": "1.0",
"authors": [
{
"name": "Cover Tower LLC",
"email": "contact@covertower.com"
}
],
"require": {
"php": ">=7.3.0",
"roundcube/plugin-installer": ">=0.1.3"
}
}