mirror of
https://github.com/friendica/friendica
synced 2026-03-13 01:59:02 +01:00
Initial checkin
This commit is contained in:
commit
6348e70daa
393 changed files with 59765 additions and 0 deletions
8
mod/login.php
Normal file
8
mod/login.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
|
||||
|
||||
function login_content(&$a) {
|
||||
// return login($a->config['register_enabled']);
|
||||
return login(1);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue