Skip to content

Commit 283265f

Browse files
committed
fix: cvs auth
1 parent edc4085 commit 283265f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

public/fetch/cvsauth.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535

3636
use App\DB;
3737

38-
require 'functions.inc';
39-
require 'cvs-auth.inc';
38+
require_once __DIR__.'/../../vendor/autoload.php';
4039

4140
# Error constants
4241
define("E_UNKNOWN", 0);

0 commit comments

Comments
 (0)