Aggiorna 'arbitro.php'

This commit is contained in:
Corrado Mulas
2019-05-03 21:11:58 +02:00
parent 8dd02aff8a
commit 68cd8c54d6

View File

@@ -5,8 +5,8 @@ To change this template file, choose Tools | Templates
and open the template in the editor. and open the template in the editor.
--> -->
<?php <?php
require '/sda1/www/idp.runpolito.ml/vendor/autoload.php'; require '/percorso/simplesamlphp/library/vendor/autoload.php';
require_once '/sda1/www/idp.runpolito.ml/lib/_autoload.php'; require_once '/percorso/simplesamlphp/library/lib/_autoload.php';
require 'lib/r4fb.php'; require 'lib/r4fb.php';
//session_start(); //session_start();
$auth = new \SimpleSAML\Auth\Simple('runpolito-sp'); $auth = new \SimpleSAML\Auth\Simple('runpolito-sp');