Serghey Rodin
93e9fe9f99
disable old php api
2021-10-29 11:29:30 +03:00
Serghey Rodin
926376295a
delete clamd.scan index.php
2021-10-28 23:30:21 +03:00
Serghey Rodin
70748e302e
Merge pull request #1798 from cmstew/cmstew-amazon-linux-clamd-patch
...
cmstew amazon linux clamd patch
2021-10-28 23:07:04 +03:00
Anton Reutov
960e3a20df
GUI Change default vesta port
2021-08-24 17:33:24 +03:00
dpeca
c377e19df8
Adding escapeshellarg on few more places in php code
2020-06-23 19:06:25 +02:00
dpeca
f0782d1f82
Fixing broken autoreply output
...
Broken in 0831a198b8 (diff-f07da7937954ae08bdb2e7379655ae29)
@sergio-nadal
2019-10-03 16:15:36 +02:00
Serghey Rodin
b17b4b205d
removed unnecessary single quotes for security reasons / thanks to Andrea Cardaci
2019-08-07 18:46:40 +03:00
Sergio
0831a198b8
Fixed several Command Injection.
2019-04-21 01:51:29 +02:00
Serghey Rodin
ab95d5d88d
removing single quote from escapeshellarg calls
2019-04-15 10:51:40 +03:00
Serghey Rodin
80ebfc0daa
frontend: user domain vesta ssl certificate support
2019-03-14 00:44:32 +02:00
cmstew
041fd2914f
Create clamd.scan index page
2018-12-28 13:51:41 -07:00
Made I.T
aa83fa85f8
Fix quotes in cronjob CMD
2018-11-22 10:19:23 +01:00
Serghey Rodin
7d956abd59
Softaculous enable/disable scripts
2017-12-21 19:18:00 +02:00
Serghey Rodin
42f6ceddc4
enable/disable softaculous plugin
2017-12-21 12:19:01 +02:00
dpeca
a30f510336
/web/edit/mail/index.php: fix for new lines in autoreply
...
Because JSON is properly escaped now, see a8d857f6d5
2017-12-07 17:28:16 +01:00
dpeca
d446ba1e2b
Avoid repeated and quoted additional FTP username in email
...
Avoid repeated and quoted additional FTP username in when changing FTP pass or path.
Before this fix email contains:
Username: test_'test_anna'
Now it is corrected to:
Username: test_anna
2017-06-29 11:40:21 +02:00
dpeca
9347c2aa04
Sending mail credentials to email [edit form]
2017-04-14 14:50:15 +02:00
naumov-socolov
1e4063eb7a
Merge pull request #1111 from developer-av/hotfix/1108
...
*Fix Proxy setting becomes unset by user*
2017-03-02 17:12:49 +03:00
Alex
20fbf49785
*Fix Proxy setting becomes unset by user*
2017-03-02 07:52:57 +02:00
Joe Mattos
290086498c
Fix fclose() incorrect variable
...
fclose() is using incorrect variable $new_conf should be $fp to properly close fopen
2017-02-27 01:02:10 -05:00
Joe Mattos
bf2b5672c2
Fix fclose() incorrect variable
...
fclose() is using incorrect variable $new_conf should be $fp to properly close fopen
2017-02-27 01:01:29 -05:00
Joe Mattos
a0235ff66b
Fix fclose() incorrect variable
...
fclose() is using incorrect variable $new_conf should be $fp to properly close fopen
2017-02-27 01:01:03 -05:00
Joe Mattos
86d663d9ac
Fix fclose() incorrect variable
...
fclose() is using incorrect variable $new_conf should be $fp to properly close fopen
2017-02-27 01:00:21 -05:00
Joe Mattos
111c401ee0
Fix fclose() incorrect variable
...
fclose() is using incorrect variable $new_conf should be $fp to properly close fopen
2017-02-27 00:59:54 -05:00
Joe Mattos
9d9884fdba
Fix fclose() incorrect variable
...
fclose() is using incorrect variable $new_conf should be $fp to properly close fopen
2017-02-27 00:59:20 -05:00
Joe Mattos
5847fd87b6
Fix fclose() incorrect variable
...
fclose() is using incorrect variable $new_conf should be $fp to properly close fopen
2017-02-27 00:58:46 -05:00
Joe Mattos
bf74f55b26
Fix fclose() incorrect variable
...
fclose() is using incorrect variable $new_conf should be $fp to properly close fopen
2017-02-27 00:58:19 -05:00
Joe Mattos
a51348686d
Fix fclose() incorrect variable
...
fclose() is using incorrect variable $new_conf should be $fp to properly close fopen
2017-02-27 00:57:52 -05:00
Joe Mattos
6bc522c4a7
Fix fclose() incorrect variable
...
fclose() is using incorrect variable $new_conf should be $fp to properly close fopen
2017-02-27 00:57:24 -05:00
Joe Mattos
66cce9d35c
Fix fclose() incorrect variable
...
fclose() is using incorrect variable $new_conf should be $fp to properly close fopen
2017-02-27 00:56:57 -05:00
Joe Mattos
df30dd1dd3
Fix fclose() incorrect variable
...
fclose() is using incorrect variable $new_conf should be $fp to properly close fopen
2017-02-27 00:56:18 -05:00
Joe Mattos
f86b7e90fd
Fix fclose() incorrect variable
...
fclose() is using incorrect variable $new_conf should be $fp to properly close fopen
2017-02-27 00:55:45 -05:00
Joe Mattos
0cb8c4d7d8
Fix fclose() incorrect variable
...
fclose() is using incorrect variable $new_conf should be $fp to properly close fopen
2017-02-27 00:54:55 -05:00
Joe Mattos
71c5e91986
Fix fclose() incorrect variable
...
fclose() is using incorrect variable $new_conf should be $fp to properly close fopen
2017-02-27 00:54:12 -05:00
Joe Mattos
2b563705eb
Fix fclose() incorrect variable
...
fclose() is using incorrect variable $new_conf should be $fp to properly close fopen
2017-02-27 00:53:25 -05:00
Joe Mattos
9e4b7504ac
Fix fclose() incorrect variable
...
fclose() is using incorrect variable $new_conf should be $fp to properly close fopen
2017-02-27 00:52:54 -05:00
Joe Mattos
ea85928ab6
Fix fclose() incorrect variable
...
fclose() is using incorrect variable $new_conf should be $fp to properly close fopen
2017-02-27 00:52:25 -05:00
Joe Mattos
a59ac2204a
Fix fclose() incorrect variable
...
fclose() is using incorrect variable $new_conf should be $fp to properly close fopen
2017-02-27 00:49:24 -05:00
Joe Mattos
2cdb4a9421
Fix fclose() incorrect variable
...
fclose() is using incorrect variable $new_conf should be $fp to properly close fopen
2017-02-27 00:42:19 -05:00
Joe Mattos
3a0c82a202
Fix fclose() incorrect variable
...
fclose() is using incorrect variable $new_conf should be $fp to properly close fopen
2017-02-27 00:41:44 -05:00
Joe Mattos
54125174cb
Fix fclose() incorrect variable
...
fclose() is using incorrect variable $new_conf should be $fp to properly close fopen
2017-02-27 00:40:58 -05:00
Joe Mattos
25b0978dd3
Fix fclose() incorrect variable
...
fclose() is using incorrect variable $new_conf should be $fp to properly close fopen
2017-02-27 00:36:11 -05:00
Kevin Mark
443614a00f
Do not change SSL certs if enabling Let's Encrypt
...
Fixes issue noted in serghey-rodin/vesta#1008
2017-01-19 07:48:51 -05:00
Serghey Rodin
ec55d245e6
edit nginx conf
2016-11-24 14:17:19 +02:00
Serghey Rodin
b8684ef5ad
edit php.ini
2016-11-23 17:55:13 +02:00
Serghey Rodin
7df680ae83
fix for ssl w/o LE
2016-11-22 16:34:23 +02:00
Serghey Rodin
82b51724a7
restart webserver if docroot has changed
2016-11-14 15:54:16 +02:00
Serghey Rodin
9bf86eaabd
LE installation
2016-11-11 00:28:24 +02:00
Dmitry Naumov-Socolov
9e3474fa30
Merge branch 'master' of github.com:serghey-rodin/vesta
2016-10-20 09:38:08 -04:00
Dmitry Naumov-Socolov
b7128ddc72
WEB. Replaced split with explode. This closed #878
2016-10-20 09:37:41 -04:00