Deze website werkt beter met JavaScript.
Beginscherm
Registreren
Inloggen
DedeBIZ
/
DedeV6
Volgen
2
Ster
0
Vork
0
Code
Pull-aanvragen
0
Publicaties
31
Activiteit
Bladeren bron
修正命令执行漏洞
tags/6.1.0^2
tianya
3 jaren geleden
bovenliggende
92e8557753
commit
4d92bcf98a
3 gewijzigde bestanden
met
toevoegingen van 2
en
2 verwijderingen
Zij-aan-zij weergave
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
Bestand weergeven
@@ -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
Bestand weergeven
+ 1
- 1
src/system/helpers/downmix.helper.php
Bestand weergeven
@@ -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;
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan