PATH:
home
/
centosnipponia
/
public_html
/
apptt-oldgit
/
vendor
/
phenx
/
php-font-lib
/
src
/
FontLib
/
Exception
<?php namespace FontLib\Exception; class FontNotFoundException extends \Exception { public function __construct($fontPath) { $this->message = 'Font not found in: ' . $fontPath; } }
[+]
..
[-] FontNotFoundException.php
[edit]
[-] .htaccess.disabled
[edit]