dashboard
repositories
filestore
activity
search
login
jakevan
/
jvb
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
=upload manager tweaks; especially for fields that already have values and ...
Jake Vanderwerf
2026-02-11
a46467b9149ef5435124c3cfab5737332293afa5
[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);