php-auth-client/tests/1.php
2019-01-22 18:59:03 +08:00

8 lines
169 B
PHP

<?php
require_once '../vendor/autoload.php';
use \PdAuth\Auth;
$auth = new Auth(require '../config/auth.php');
$auth->choose('erp');
exec('open '.$auth->connect('/'));