Skip to content

Commit

Permalink
exit()
Browse files Browse the repository at this point in the history
  • Loading branch information
satopian committed Nov 25, 2024
1 parent 219ca72 commit ed937ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logconverter/bbsnote2poti.php
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
error('パスワードが違います。');
}
if(!$lets_convert || !$password_is_matched){
exit;
exit();
}
$unlink_php_self=filter_input(INPUT_POST,'unlink_php_self',FILTER_VALIDATE_BOOLEAN);
$logfiles_arr =(glob($bbsnote_log_dir.'{'.$bbsnote_filehead_logs.'*.'.$bbsnote_log_ext.'}', GLOB_BRACE));//ログファイルをglob
Expand Down Expand Up @@ -550,6 +550,6 @@ function error($str) {
</body>
</html>
<?php
exit;
exit();
}
?>

0 comments on commit ed937ab

Please sign in to comment.