[그누보드5] sadf

profile_image
2024-11-10 00:27 100 0 0

본문

<?php
include_once('./_common.php');
require  G5_PATH. '/vendor/froala/wysiwyg-editor-php-sdk/lib/FroalaEditor.php';


try {
  $response = FroalaEditor_Image::delete($_POST['src']);
  echo stripslashes(json_encode('Success'));
}
catch (Exception $e) {
  http_response_code(404);
}
?>

 


0
로그인 후 추천 또는 비추천하실 수 있습니다.

댓글목록0

등록된 댓글이 없습니다.