Dump all the stuff from SVN

This commit is contained in:
Fándly Gergő
2019-08-08 16:35:16 +03:00
parent e71fd3470c
commit 198ba9a5b8
75 changed files with 6655 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<?php
/**
* loginManager/lmHandler.php
* @version 1.1
* @desc Event handler for login manager
* @author Fándly Gergő Zoltán
* @copy 2017 Fándly Gergő Zoltán
*/
interface lmHandler{
public function handle($state, $target=0);
}
?>