First commit, version 0.1 beta base nibiru framework
This commit is contained in:
17
core/i/auth.php
Normal file
17
core/i/auth.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
namespace Nibiru;
|
||||
/**
|
||||
* User - stephan
|
||||
* Date - 01.02.17
|
||||
* Time - 17:18
|
||||
* @author - alllinux.de GbR
|
||||
* @category - [PLEASE SPECIFIY]
|
||||
* @license - BSD License
|
||||
*/
|
||||
interface IAuth
|
||||
{
|
||||
const NIBIRU_SECURITY = "SECURITY";
|
||||
|
||||
public function auth( $username, $password );
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user