Initial import of f7support application.

This commit is contained in:
root
2026-05-05 11:01:54 +03:00
commit 1a58baebb2
7 changed files with 915 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<?xml version="1.0"?>
<info>
<id>f7support</id>
<name>f7support</name>
<summary>Support ticket client for F7cloud (F7cloud-compatible)</summary>
<description>f7support client app for creating and viewing support tickets.</description>
<version>0.1.0</version>
<licence>AGPL</licence>
<author>f7support team</author>
<namespace>F7Support</namespace>
<types>
<type>filesystem</type>
</types>
<dependencies>
<f7cloud min-version="32" max-version="32"/>
</dependencies>
</info>
+8
View File
@@ -0,0 +1,8 @@
<?php
return [
'routes' => [
['name' => 'page#index', 'url' => '/', 'verb' => 'GET'],
],
];