This website works better with JavaScript.
Home
Register
Sign In
DedeBIZ
/
DedeV6
Watch
2
Star
0
Fork
0
Code
Pull Requests
0
Releases
26
Activity
Browse Source
修正命令执行漏洞
tags/6.1.0^2
tianya
3 years ago
parent
92e8557753
commit
4d92bcf98a
3 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/admin/article_string_mix.php
+0
-0
src/data/downmix.data.inc
+1
-1
src/system/helpers/downmix.helper.php
+ 1
- 1
src/admin/article_string_mix.php
View File
@@ -16,7 +16,7 @@ if (empty($dopost)) $dopost = '';
if (empty($allsource)) $allsource = '';
else $allsource = stripslashes($allsource);
$m_file = DEDEDATA."/downmix.data.
php
";
$m_file = DEDEDATA."/downmix.data.
inc
";
//保存
if ($dopost == "save") {
src/data/downmix.data.php → src/data/downmix.data.inc
View File
+ 1
- 1
src/system/helpers/downmix.helper.php
View File
@@ -49,7 +49,7 @@ if (!function_exists('RndString')) {
$rndem[4] = 'p';
//读取字符串数据
$fp = fopen(DEDEDATA.'/downmix.data.
php
', 'r');
$fp = fopen(DEDEDATA.'/downmix.data.
inc
', 'r');
$start = 0;
$totalitem = 0;
Write
Preview
Loading…
Cancel
Save