mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-09 19:13:26 +00:00
10 lines
84 B
PHP
10 lines
84 B
PHP
<?php
|
|
|
|
class sso
|
|
{
|
|
public function get_login()
|
|
{
|
|
return "";
|
|
}
|
|
}
|