Skip to content

Instantly share code, notes, and snippets.

View cahva's full-sized avatar

Markku Virtanen cahva

View GitHub Profile
@cahva
cahva / external_efiles_loginform.php
Last active August 29, 2015 14:01
eFiles external login form
<?php
$filerunUrl = 'https://efiles.fi';
$filerunLoginUrl = $filerunUrl.'/?action=login';
$redirectOnFailureUrl = 'http://localhost:8080/index.php?';
?>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Efiles login</title>