Update sync cache metadata and improve error reporting in AJAX handling

This commit is contained in:
2025-01-02 10:32:14 +01:00
parent ed912058e8
commit e05cd81ae0
2 changed files with 21 additions and 20 deletions

View File

@@ -198,19 +198,19 @@
"style.css": { "style.css": {
"type": "-", "type": "-",
"size": 18298, "size": 18298,
"lmtime": 1734279688786, "lmtime": 1734346488819,
"modified": false "modified": false
}, },
"style.css.map": { "style.css.map": {
"type": "-", "type": "-",
"size": 32824, "size": 32824,
"lmtime": 1734279688786, "lmtime": 1734346488819,
"modified": false "modified": false
}, },
"style.scss": { "style.scss": {
"type": "-", "type": "-",
"size": 22746, "size": 22746,
"lmtime": 1734279688647, "lmtime": 1734346488372,
"modified": false "modified": false
} }
}, },

View File

@@ -1,4 +1,5 @@
<?php <?php
error_reporting(E_ALL ^ E_NOTICE ^ E_STRICT ^ E_WARNING ^ E_DEPRECATED);
require_once dirname( __FILE__ ) . '/config.php'; require_once dirname( __FILE__ ) . '/config.php';
/* grid - zapisanie elementu */ /* grid - zapisanie elementu */