Browse Source

暂时停用上传回调,先使用先

tags/6.3.2
叙述、别离 9 months ago
parent
commit
aa3e50949c
3 changed files with 2 additions and 3 deletions
  1. +0
    -1
      src/admin/content_batchup_action.php
  2. +1
    -1
      src/admin/dialog/select_images_post.php
  3. +1
    -1
      src/admin/dialog/select_soft_post.php

+ 0
- 1
src/admin/content_batchup_action.php View File

@@ -147,7 +147,6 @@ else if ($action == 'move') {
$dsql->ExecuteNoneQuery("UPDATE `$addtable` SET typeid='$newtypeid' WHERE aid='{$row->id}' ");
}
if ($rs) $tdd++;
//DelArc($row->id,true);
}
if ($tdd > 0) {
$jumpurl = "makehtml_archives_action.php?endid=$endid&startid=$startid";


+ 1
- 1
src/admin/dialog/select_images_post.php View File

@@ -10,7 +10,7 @@
*/
require_once(dirname(__FILE__)."/config.php");
require_once(DEDEINC."/image.func.php");
define("DEDE_DIALOG_UPLOAD", true);
//define("DEDE_DIALOG_UPLOAD", true);
if (empty($activepath)) {
$activepath = '';
$activepath = str_replace('.', '', $activepath);


+ 1
- 1
src/admin/dialog/select_soft_post.php View File

@@ -14,7 +14,7 @@ if (!isset($cfg_basedir)) {
if (empty($uploadfile)) $uploadfile = '';
if (empty($uploadmbtype)) $uploadmbtype = '软件类型';
if (empty($bkurl)) $bkurl = 'select_soft.php';
define("DEDE_DIALOG_UPLOAD", true);
//define("DEDE_DIALOG_UPLOAD", true);
$CKEditorFuncNum = (isset($CKEditorFuncNum)) ? $CKEditorFuncNum : 1;
$newname = (empty($newname) ? '' : preg_replace("#[\\ \"\*\?\t\r\n<>':\/|]#", "", $newname));
$uploadfile = isset($imgfile) && empty($uploadfile) ? $imgfile : $uploadfile;


Loading…
Cancel
Save