Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: load_settings.php #1140

Open
alexdan-77 opened this issue Aug 14, 2024 · 0 comments
Open

Feature request: load_settings.php #1140

alexdan-77 opened this issue Aug 14, 2024 · 0 comments

Comments

@alexdan-77
Copy link

Предусмотрите, пожалуйста возможность управления доступом к определенным файлам, папкам без авторизации. Сейчас это приходится делать в файле load_settings.php:

if (defined('HOME_NETWORK') && HOME_NETWORK != '' && !isset($argv[0])
&& (!(preg_match('//gps.php/is', $_SERVER['REQUEST_URI'])
|| preg_match('//trackme.php/is', $_SERVER['REQUEST_URI'])
|| preg_match('//btraced.php/is', $_SERVER['REQUEST_URI']))
|| $_REQUEST['op'] != '')
&& !preg_match('//webhook_telegram.php/is', $_SERVER['REQUEST_URI'])
&& !preg_match('//rss.php/is', $_SERVER['REQUEST_URI'])
&& 1)
{

для того чтобы webhook_telegram работал без авторизации.
После обновления системы файл перезаписывается, и приходится это делать руками каждый раз!

@alexdan-77 alexdan-77 changed the title load_settings.php Feature request: load_settings.php Aug 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant