Page 1 of 1

What file(s) to update?

Posted: 2022-04-10 10:29
by sblasic
Hi,

I just changed only one (1) thing in my project:
I have checked the option in SECURITY SETTINGS> All members of ADMINS group can access the admin area
(pls. see the attachment):

Since I have customized some hooks and CSS previously - I would like to upload only the file(s) necessary to activate this option.

The QUESTION IS OBVIOUS:

What are the necessary file(s) to upload so this option becomes active?

Thank you in advance for your help!

Best, Sinisa

Re: What file(s) to update?

Posted: 2022-04-10 14:30
by landinialejandro
Hello, how are you? For this type of control, I always recommend using GIT, or TortiseGit. There is an appgini video on this that gives you some usage guidelines. Both systems give you control over the modifications that occur in your files, in this way, you would know which file/s will be modified after compiling your application. it is very likely that it is more than one, since the modification may impact several files or functions.

best regards

Re: What file(s) to update?

Posted: 2022-04-11 01:49
by peebee
You could try another quick/easy way if you're not using GIT via this app: https://freefilesync.org/download.php

Compare the entire generated new and the old directory folders/files with one click. It will indicate know what's changed.

App is safe, adware/bloat free and works well. Been using it for years.

https://en.wikipedia.org/wiki/FreeFileSync

Re: What file(s) to update?

Posted: 2022-04-11 10:18
by sblasic
Thank you landinialejandro & peebee!

I'll sure try your suggested tools.

Best, Sinisa