initial commit of file from CVS for e-smith-quota on Wed 12 Jul 09:07:49 BST 2023

This commit is contained in:
Brian Read
2023-07-12 09:07:49 +01:00
parent eb7764ae78
commit d4ad9b87d5
20 changed files with 2714 additions and 2 deletions

16
createlinks Normal file
View File

@@ -0,0 +1,16 @@
#!/usr/bin/perl -w
use esmith::Build::CreateLinks qw(:all);
foreach (qw(
user-modify
bootstrap-console-save
user-create
e-smith-quota-update
))
{
event_link("user-modify-quota", $_, "50");
}
panel_link("quota", "manager");