dashboard
repositories
filestore
activity
search
login
jakevan
/
jvb
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
=added helper to CRUD.js to ignore upload field changes if an upload is in ...
Jake Vanderwerf
2026-02-11
2fd9c0c5a204ee209a0d5a47fe0cefcb44d85aae
[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);