Il sito funziona meglio con JavaScript.
Home
Registrati
Accedi
DedeBIZ
/
DedeV6
Segui
2
Vota
0
Forka
0
Codice
Pull Requests
0
Rilasci
31
Attività
Sfoglia il codice sorgente
修正命令执行漏洞
tags/6.1.0^2
tianya
3 anni fa
parent
92e8557753
commit
4d92bcf98a
3 ha cambiato i file
con
2 aggiunte
e
2 eliminazioni
Visualizzazione separata
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
Vedi 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
Vedi File
+ 1
- 1
src/system/helpers/downmix.helper.php
Vedi 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…
Annulla
Salva