initial commit of file from CVS for e-smith-quota on Wed 12 Jul 09:07:49 BST 2023
This commit is contained in:
16
createlinks
Normal file
16
createlinks
Normal 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");
|
||||
|
Reference in New Issue
Block a user