fipamo/brain/data/Auth.inc.php

12 lines
108 B
PHP
Raw Normal View History

2020-11-17 23:27:25 +01:00
<?php
class Auth
{
private $configs;
public function getSettings()
{
//return $this->secret;
}
}