Commit graph

190 commits

Author SHA1 Message Date
ikheetjeff
4c495a1d69 Update index.php 2025-05-26 09:39:29 +02:00
myvesta
59edb05f49
Proper way to fix CSRF in /edit/file/ 2021-08-29 01:20:12 +02:00
myvesta
c2a30bcd31
Preventing CSRF in /edit/file/ 2021-08-29 00:07:41 +02:00
myvesta
518e627b46
Update index.php 2021-08-15 14:37:53 +02:00
myvesta
d559763427
Preventing CSRF in edit/file 2021-08-15 14:15:48 +02:00
myvesta
850fa1a27b
Merge pull request #71 from serghey-rodin/master
Adding escapeshellarg on few more places in php code
2020-06-23 19:11:19 +02:00
dpeca
c377e19df8 Adding escapeshellarg on few more places in php code 2020-06-23 19:06:25 +02:00
myvesta
619874873a
Merge pull request #38 from serghey-rodin/master
Update from official vesta github
2019-10-03 16:22:09 +02:00
dpeca
f0782d1f82
Fixing broken autoreply output
Broken in 0831a198b8 (diff-f07da7937954ae08bdb2e7379655ae29)
@sergio-nadal
2019-10-03 16:15:36 +02:00
Peca
db8b4ed21e Merge branch 'pr/34' 2019-08-10 17:09:42 +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
Made I.T
aa83fa85f8
Fix quotes in cronjob CMD 2018-11-22 10:19:23 +01:00
myvesta
d9e45f25a7
Fix for broken edit cronjob interface when CMD contains quote 2018-10-26 17:40:49 +02:00
myvesta
2f3543c3db
Allow user to change Web Template 2018-06-02 01:28:31 +02:00
myvesta
d0e2ecc305
Allowing normal user to change proxy template, /web/edit/ 2018-04-24 14:48:56 +02: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