Corretta gestione nome di default
git-svn-id: svn://10.65.10.50/trunk@4043 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
5516ea480f
commit
df7fbd6af0
@ -853,7 +853,9 @@ bool TMenu_application::check_user()
|
|||||||
bool TMenu_application::create()
|
bool TMenu_application::create()
|
||||||
{
|
{
|
||||||
TApplication::create();
|
TApplication::create();
|
||||||
if (!check_user()) return FALSE;
|
|
||||||
|
if (!check_user())
|
||||||
|
return FALSE;
|
||||||
|
|
||||||
set_perms();
|
set_perms();
|
||||||
test_temp();
|
test_temp();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user