Huhu,
wisst ihr wie ich folgende PHP Zeilen so verändere, so dass ich dort HTML-Code wie <br> , <b> oder <font> einbinden kann?
wisst ihr wie ich folgende PHP Zeilen so verändere, so dass ich dort HTML-Code wie <br> , <b> oder <font> einbinden kann?
PHP-Code:
protected function __construct()
{
if (is_null(self::$fold2)) {
throw new Upload_Exception('to configure ' . __CLASS__ . '::$source_folder');
}
Kommentar