mirror of https://github.com/jacekkow/uphpCAS

Jacek Kowalski
2020-10-05 634a496d01950b9ff791d3bc99accece43a3dd4f
README.md
@@ -2,6 +2,8 @@
Simple PHP library for CAS authentication
[![Build Status](https://travis-ci.org/jacekkow/uphpCAS.svg?branch=master)](https://travis-ci.org/jacekkow/uphpCAS)
## Introduction
This library intends to be a replacement for overly complex
@@ -131,7 +133,7 @@
or second argument of the constructor:
```php
$cas = new uphpCAS('https://cas.server.local/cas'),
$cas = new uphpCAS('https://cas.server.local/cas',
   'https://service.local/subpage');
```