Browse Source

(refactor) Forgot to include autoload file

AGuyNamedJens 2 years ago
parent
commit
4d97c1473b
2 changed files with 2 additions and 2 deletions
  1. 0 1
      public/install/forms.php
  2. 2 1
      public/install/functions.php

+ 0 - 1
public/install/forms.php

@@ -1,5 +1,4 @@
 <?php
-
 use DevCoder\DotEnv;
 use PHPMailer\PHPMailer\Exception;
 use PHPMailer\PHPMailer\PHPMailer;

+ 2 - 1
public/install/functions.php

@@ -1,8 +1,9 @@
 <?php
+require '../../vendor/autoload.php';
+
 use Illuminate\Encryption\Encrypter;
 use Illuminate\Support\Str;
 
-
 $required_extensions = ['openssl', 'gd', 'mysql', 'PDO', 'mbstring', 'tokenizer', 'bcmath', 'xml', 'curl', 'zip', 'intl'];
 
 $requirements = [