Skip to content

Commit 1673217

Browse files
committed
fix path
1 parent 746e492 commit 1673217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bootstrap.php

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
define('APP_PATH', realpath($_SERVER['DOCUMENT_ROOT'] . '/'));
4-
define('VENDOR_PATH', realpath(APP_PATH . '/vendor/'));
4+
define('VENDOR_PATH', realpath(APP_PATH . 'vendor/'));
55

66

7-
require_once VENDOR_PATH . '/autoload.php';
7+
require_once VENDOR_PATH . 'autoload.php';

0 commit comments

Comments
 (0)