Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - redy

Pages: [1]
1
Has anyone know about how to change User panel link in "List Accounts" page ?
really need this to work because I use a proxy under my server.

Thanks


2
CentOS-WebPanel GUI / How can I change panel URL in List Accounts ?
« on: August 18, 2021, 09:53:35 AM »
My server was first builded without valid hostname, but now I added hostname to it. But panel URL for each account is List Accounts still with IP address. So I can't visit each account with the link.


3
How to / Quote/quotes in cronjob
« on: March 06, 2020, 04:59:41 PM »
Can anyone tell me, how to add cron job with quote/quotes within command ?
Right now, when I put new cron job from user, quote/quotes will get escaped.
Example:
Code: [Select]
wget -q -O - "https://example.com/system/jobs/run_single?auth=f27e083fdc05a20474eafa808d430a1c&jID=11" >/dev/null 2>&1
will saved like this:
Code: [Select]
wget -q -O - \"https://example.com/system/jobs/run_single?auth=f27e083fdc05a20474eafa808d430a1c&jID=11\" >/dev/null 2>&1
Which was just can't read by the system.
Note: quotes is needed because there a '&' symbol in url.

Pages: [1]