Skip to content

Commit 180bbbf

Browse files
committed
Remove composer autoload
1 parent 3406292 commit 180bbbf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

roles/opendata_ch/templates/wp-config.php.j2

-2
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,6 @@ define('WP_SITEURL', 'https://opendata.ch/wordpress/');
117117
define('WP_ALLOW_MULTISITE', true);
118118
define('SUBDOMAIN_INSTALL', true);
119119

120-
require_once(__DIR__ . '/vendor/autoload.php');
121-
122120
/** Absolute path to the WordPress directory. */
123121
if (!defined( 'ABSPATH' )) {
124122
define('ABSPATH', __DIR__ . '/wordpress/');

0 commit comments

Comments
 (0)