dashboard
repositories
filestore
activity
search
login
jakevan
/
jvb
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
=MAJOR OVERHAUL. Likely should have made a new branch ages ago. Key changes...
Jake Vanderwerf
2026-03-03
772462eeca3002a1d52508aeba485aab2b4742ad
[jakevan/jvb.git]
/
base
/
login.php
1
2
3
4
5
6
<?php
/**
* Custom settings for the login page can be set here
*/
$jvbLogin = apply_filters('jvb_login', []);
define('JVB_LOGIN', $jvbLogin);