mirror of
https://github.com/jakejarvis/spoons.git
synced 2025-11-19 20:50:50 -05:00
composer autoload bug
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
require('../vendor/autoload.php');
|
||||||
include('config.php');
|
include('config.php');
|
||||||
|
|
||||||
session_start();
|
session_start();
|
||||||
@@ -91,7 +92,7 @@ mysqli_close($conn);
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
$mpdf = new \Mpdf\Mpdf();
|
$mpdf = new mPDF('c');
|
||||||
|
|
||||||
$mpdf->SetDisplayMode('fullpage');
|
$mpdf->SetDisplayMode('fullpage');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user