Skip to content

Commit

Permalink
著作表示。
Browse files Browse the repository at this point in the history
  • Loading branch information
satopian committed Jun 27, 2023
1 parent 3a58397 commit 839ce6e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
6 changes: 3 additions & 3 deletions petitnote/index.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php
//Petit Note (c)さとぴあ @satopian 2021-2022
//Petit Note (c)さとぴあ @satopian 2021-2023
//1スレッド1ログファイル形式のスレッド式画像掲示板
$petit_ver='v0.78.7';
$petit_lot='lot.20230623';
$petit_ver='v0.78.8';
$petit_lot='lot.20230627';
$lang = ($http_langs = isset($_SERVER['HTTP_ACCEPT_LANGUAGE']) ? $_SERVER['HTTP_ACCEPT_LANGUAGE'] : '')
? explode( ',', $http_langs )[0] : '';
$en= (stripos($lang,'ja')!==0);
Expand Down
3 changes: 3 additions & 0 deletions petitnote/save.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php
//Petit Note 2021-2023 (c)satopian MIT LICENCE
//https://paintbbs.sakura.ne.jp/

if(($_SERVER["REQUEST_METHOD"]) !== "POST"){
return header( "Location: ./ ") ;
}
Expand Down
3 changes: 3 additions & 0 deletions petitnote/saveklecks.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php
//Petit Note 2021-2023 (c)satopian MIT LICENCE
//https://paintbbs.sakura.ne.jp/

if(($_SERVER["REQUEST_METHOD"]) !== "POST"){
return header( "Location: ./ ") ;
}
Expand Down
3 changes: 3 additions & 0 deletions petitnote/saveneo.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php
//Petit Note 2021-2023 (c)satopian MIT LICENCE
//https://paintbbs.sakura.ne.jp/

if(($_SERVER["REQUEST_METHOD"]) !== "POST"){
return header( "Location: ./ ") ;
}
Expand Down

0 comments on commit 839ce6e

Please sign in to comment.