This commit is contained in:
2025-05-15 00:14:35 +02:00
2 changed files with 56 additions and 20 deletions

View File

@@ -50,15 +50,39 @@
"addons": {}, "addons": {},
"config_dev.yml": { "config_dev.yml": {
"type": "-", "type": "-",
"size": 1343, "size": 1541,
"lmtime": 0,
"modified": true
},
"config_legacy_dev.yml": {
"type": "-",
"size": 47,
"lmtime": 0,
"modified": false
},
"config_legacy_prod.yml": {
"type": "-",
"size": 163,
"lmtime": 0,
"modified": false
},
"config_legacy_test.yml": {
"type": "-",
"size": 47,
"lmtime": 0,
"modified": false
},
"config_legacy.yml": {
"type": "-",
"size": 590,
"lmtime": 0, "lmtime": 0,
"modified": false "modified": false
}, },
"config.php": { "config.php": {
"type": "-", "type": "-",
"size": 4901, "size": 5037,
"lmtime": 0, "lmtime": 0,
"modified": false "modified": true
}, },
"config_prod.yml": { "config_prod.yml": {
"type": "-", "type": "-",
@@ -68,20 +92,26 @@
}, },
"config_test.yml": { "config_test.yml": {
"type": "-", "type": "-",
"size": 583, "size": 1001,
"lmtime": 0, "lmtime": 0,
"modified": false "modified": true
}, },
"config.yml": { "config.yml": {
"type": "-", "type": "-",
"size": 4495, "size": 4094,
"lmtime": 0,
"modified": true
},
"doctrine.yml": {
"type": "-",
"size": 880,
"lmtime": 0, "lmtime": 0,
"modified": false "modified": false
}, },
"parameters.php": { "parameters.php": {
"type": "-", "type": "-",
"size": 959, "size": 959,
"lmtime": 1732623524174, "lmtime": 1747035939542,
"modified": false "modified": false
}, },
"parameters.yml": { "parameters.yml": {
@@ -92,9 +122,9 @@
}, },
"parameters.yml.dist": { "parameters.yml.dist": {
"type": "-", "type": "-",
"size": 954, "size": 983,
"lmtime": 0, "lmtime": 0,
"modified": false "modified": true
}, },
"routing_dev.yml": { "routing_dev.yml": {
"type": "-", "type": "-",
@@ -104,9 +134,9 @@
}, },
"routing.yml": { "routing.yml": {
"type": "-", "type": "-",
"size": 336, "size": 315,
"lmtime": 0, "lmtime": 0,
"modified": false "modified": true
}, },
"security.yml": { "security.yml": {
"type": "-", "type": "-",
@@ -122,9 +152,9 @@
}, },
"set_parameters.php": { "set_parameters.php": {
"type": "-", "type": "-",
"size": 2084, "size": 3096,
"lmtime": 0, "lmtime": 0,
"modified": false "modified": true
} }
}, },
".htaccess": { ".htaccess": {
@@ -712,7 +742,7 @@
"Product.php": { "Product.php": {
"type": "-", "type": "-",
"size": 317954, "size": 317954,
"lmtime": 1744921788327, "lmtime": 1744805462611,
"modified": false "modified": false
}, },
"ProductPresenterFactory.php": { "ProductPresenterFactory.php": {
@@ -943,8 +973,8 @@
}, },
"defines.inc.php": { "defines.inc.php": {
"type": "-", "type": "-",
"size": 8107, "size": 8348,
"lmtime": 1744213952832, "lmtime": 1746779068906,
"modified": false "modified": false
}, },
"defines_uri.inc.php": { "defines_uri.inc.php": {
@@ -2536,7 +2566,7 @@
"import-product.php": { "import-product.php": {
"type": "-", "type": "-",
"size": 22553, "size": 22553,
"lmtime": 1744921788328, "lmtime": 1742253060000,
"modified": true "modified": true
}, },
"index.php": { "index.php": {
@@ -2614,8 +2644,8 @@
}, },
"appagebuilder.php": { "appagebuilder.php": {
"type": "-", "type": "-",
"size": 156814, "size": 160066,
"lmtime": 1744231547038, "lmtime": 1745331680916,
"modified": false "modified": false
}, },
"classes": { "classes": {
@@ -5335,6 +5365,12 @@
"lmtime": 1742913629000, "lmtime": 1742913629000,
"modified": false "modified": false
}, },
"content.tpl": {
"type": "-",
"size": 7070,
"lmtime": 1744723126011,
"modified": false
},
"guide.tpl": { "guide.tpl": {
"type": "-", "type": "-",
"size": 4124, "size": 4124,

View File

@@ -3252,4 +3252,4 @@ class APPageBuilder extends Module
$employee = null; $employee = null;
return Module::getPermissionStatic($this->id, $action, $employee); return Module::getPermissionStatic($this->id, $action, $employee);
} }
} }