This commit is contained in:
Pablo Ferreiro
2024-08-20 21:02:34 +02:00
parent f1f69533a8
commit bbbe6c2dba
17 changed files with 1559 additions and 170 deletions
-5
View File
@@ -21,11 +21,6 @@ class SettingsController {
public static function api() {
// TODO, ADD COUNT
if (isset($_POST['api-test_endpoints'])) {
$test_endpoints = $_POST['api-test_endpoints'];
Cookies::set('api-test_endpoints', $test_endpoints);
}
if (isset($_POST['api-downloader'])) {
$downloader = $_POST['api-downloader'];
Cookies::set("api-downloader", $downloader);