A lot of things

This commit is contained in:
2026-06-16 16:21:43 +02:00
parent 4415a2e8c4
commit 73471162bf
37 changed files with 654 additions and 4 deletions

View File

@@ -15,4 +15,9 @@ class User extends XFCP_User
return $structure;
}
public function canCreateEntry()
{
return \XF::visitor()->hasPermission('romhackplaza', 'canSubmitEntry');
}
}