composer autoload bug

This commit is contained in:
2017-07-16 15:58:46 -04:00
parent 4353d45092
commit 0f29afffa4
+2 -1
View File
@@ -1,4 +1,5 @@
<?php
require('../vendor/autoload.php');
include('config.php');
session_start();
@@ -91,7 +92,7 @@ mysqli_close($conn);
$mpdf = new \Mpdf\Mpdf();
$mpdf = new mPDF('c');
$mpdf->SetDisplayMode('fullpage');