venom/src/Venom/Security/BaseLogin.php
Maurice Grönwoldt c33bb4cb3a rework structure
added Router
added .htaccess
removed API-Module => is not used
renamed batch to CRON
2020-09-10 22:47:58 +02:00

13 lines
No EOL
114 B
PHP

<?php
namespace Venom\Security;
/**
* Class that Login stupid via Password, Username
*/
class BaseLogin
{
}