whitefang 1 年間 前
コミット
33d8a4be25
1 ファイル変更0 行追加1 行削除
  1. 0 1
      app/common/command/AddAgreementPdf.php

+ 0 - 1
app/common/command/AddAgreementPdf.php

@@ -60,7 +60,6 @@ class AddAgreementPdf extends Command
             mkdir ('./public/'.$path,0777,true);
             mkdir ('./public/'.$path,0777,true);
         }
         }
         $shell_ = 'wkhtmltopdf --page-height 297mm '.$url.' '.'public/'.$path.$pdf;
         $shell_ = 'wkhtmltopdf --page-height 297mm '.$url.' '.'public/'.$path.$pdf;
-        system($shell_);
         $output = [];
         $output = [];
         $return_var = 0;
         $return_var = 0;
         exec($shell_, $output, $return_var);
         exec($shell_, $output, $return_var);