Skip to content

Commit

Permalink
Remove composer autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian committed Oct 17, 2024
1 parent 3406292 commit 180bbbf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions roles/opendata_ch/templates/wp-config.php.j2
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ define('WP_SITEURL', 'https://opendata.ch/wordpress/');
define('WP_ALLOW_MULTISITE', true);
define('SUBDOMAIN_INSTALL', true);

require_once(__DIR__ . '/vendor/autoload.php');

/** Absolute path to the WordPress directory. */
if (!defined( 'ABSPATH' )) {
define('ABSPATH', __DIR__ . '/wordpress/');
Expand Down

0 comments on commit 180bbbf

Please sign in to comment.