mirror of
https://github.com/Ellpeck/ObsidianJustSharePlease.git
synced 2024-11-23 02:48:34 +01:00
this is already the default
This commit is contained in:
parent
5807a6b7fc
commit
be3d5837de
1 changed files with 0 additions and 1 deletions
|
@ -9,7 +9,6 @@ switch ($_SERVER["REQUEST_METHOD"]) {
|
|||
echo "Not found";
|
||||
break;
|
||||
}
|
||||
header("Content-Type: text/plain");
|
||||
echo $content;
|
||||
break;
|
||||
case "POST":
|
||||
|
|
Loading…
Reference in a new issue