Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
logged in user permission on external page
im trying to to limit access to an external page (outside forum), to users who are logged into the forum... is that possible? something like
if (user logged out) {
header(location: login.php)
}
or whatever
0
This discussion has been closed.