From 75233cc2a14bb015a04b4c0a7c7e70c98a33ae72 Mon Sep 17 00:00:00 2001 From: Corrado Mulas Date: Fri, 3 May 2019 21:12:41 +0200 Subject: [PATCH] Aggiorna 'arbitro.php' --- arbitro.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arbitro.php b/arbitro.php index b8d0163..61811b7 100644 --- a/arbitro.php +++ b/arbitro.php @@ -9,7 +9,7 @@ require '/percorso/simplesamlphp/library/vendor/autoload.php'; require_once '/percorso/simplesamlphp/library/lib/_autoload.php'; require 'lib/r4fb.php'; //session_start(); -$auth = new \SimpleSAML\Auth\Simple('runpolito-sp'); +$auth = new \SimpleSAML\Auth\Simple('nomeSP'); /*if (!$auth->isAuthenticated()) { SimpleSAML_Session::getSessionFromRequest()->cleanup();