Skip to content

Commit b26ff62

Browse files
committed
MINOR: Remove inclusion of autoloader because silverstripe already includes it
1 parent 300a84d commit b26ff62

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

_config.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
<?php
22

3-
if (file_exists(__DIR__ . '../vendor/autoload.php')) {
4-
require_once __DIR__ . '../vendor/autoload.php';
5-
}
6-
73
if (isset($_GET['flush']) && $_GET['flush']) {
84
define('CACHEINCLUDE_FORCE_EXPIRE', true);
95
}

0 commit comments

Comments
 (0)