Update sync cache metadata and improve error reporting in AJAX handling
This commit is contained in:
6
.vscode/ftp-kr.sync.cache.json
vendored
6
.vscode/ftp-kr.sync.cache.json
vendored
@@ -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
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user