Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 1712

Přidáno uživatelem Michal Kliment před asi 12 roky(ů)

Jeste oprava mensi chyby z nepozornosti.

Zobrazit rozdíly:

freenetis/branches/1.1/application/controllers/devices.php
header ("Content-disposition: attachment; filename=".url::title($device->name)."-".$format."-export".$ext);
}
$view = new View('device_templates/'.$format);
$view = new View('device_export_templates/'.$format);
$view->result = $device_export;
$view->dns_servers = explode("\n", Settings::get('dns_servers'));
$view->render(TRUE);

Také k dispozici: Unified diff