PATH:
home
/
centosnipponia
/
public_html
/
ticketing.nipponia.com
/
include
/
mpdf
/
vendor
/
mpdf
/
mpdf
/
src
/
Output
<?php namespace Mpdf\Output; class Destination { const FILE = 'F'; const DOWNLOAD = 'D'; const STRING_RETURN = 'S'; const INLINE = 'I'; }
[+]
..
[-] Destination.php
[edit]