diff --git a/.gitignore b/.gitignore index e3f0c8b..4a86b27 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ /wp-content/* !/wp-content/plugins/cookies-and-content-security-policy-vars.php !/wp-content/object-cache.php +!/wp-content/php-error.php !/wp-content/sunrise.php /wp-content/mu-plugins/* !/wp-content/mu-plugins diff --git a/composer.json b/composer.json index 29eea53..ac0420b 100644 --- a/composer.json +++ b/composer.json @@ -50,7 +50,7 @@ "helsingborg-stad/better-post-ui": "~3.0.3", "helsingborg-stad/blade": "3.5.1", "helsingborg-stad/broken-link-detector": "4.2.2", - "helsingborg-stad/component-library": "4.34.7", + "helsingborg-stad/component-library": "4.34.9", "helsingborg-stad/content-scheduler": "~3.1.2", "helsingborg-stad/custom-short-links": "~3.0.4", "helsingborg-stad/customer-feedback": "4.0.10", @@ -61,11 +61,11 @@ "helsingborg-stad/gdi-modularity-my-pages-about-me": "~1.0.4", "helsingborg-stad/job-listings": "~4.1.4", "helsingborg-stad/kirki": "~5.1.2", - "helsingborg-stad/like-posts": "2.8.2", + "helsingborg-stad/like-posts": "2.9.0", "helsingborg-stad/lix-calculator": "~4.1.1", "helsingborg-stad/media-usage": "~3.0.7", "helsingborg-stad/mod-my-pages": "~1.0.5", - "helsingborg-stad/modularity": "6.47.3", + "helsingborg-stad/modularity": "6.47.7", "helsingborg-stad/modularity-contact-banner": "3.2.0", "helsingborg-stad/modularity-entryscape": "^4.0.1", "helsingborg-stad/modularity-form-builder": "3.3.0", @@ -81,7 +81,7 @@ "helsingborg-stad/modularity-timeline": "4.1.0", "helsingborg-stad/multi-network-urls": "~2.0.0", "helsingborg-stad/multisite-role-propagation": "3.0.6", - "helsingborg-stad/municipio": "5.78.1", + "helsingborg-stad/municipio": "5.78.4", "helsingborg-stad/redirection-extended": "~3.0.4", "helsingborg-stad/s3-uploads-custom-endpoint": "~2.0.0", "helsingborg-stad/search-notices": "~3.0.3", diff --git a/wp-content/php-error.php b/wp-content/php-error.php new file mode 100644 index 0000000..35d10bb --- /dev/null +++ b/wp-content/php-error.php @@ -0,0 +1,153 @@ + + + +
+ + ++ | + |
---|---|
+ | = htmlspecialchars($errorMessage, ENT_QUOTES, 'UTF-8'); ?> | +
+ | = htmlspecialchars($errorFile, ENT_QUOTES, 'UTF-8'); ?> | +
+ | = htmlspecialchars($errorLine, ENT_QUOTES, 'UTF-8'); ?> | +
+ = debug_print_backtrace(); ?>+ |
+