We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efbfd99 commit 271a978Copy full SHA for 271a978
rest.php
@@ -11,7 +11,8 @@
11
$method = $_SERVER['REQUEST_METHOD'];
12
13
$props = array();
14
- $filename = 'properties.txt';
+// $filename = 'properties.txt';
15
+ $filename = '../easycoder.software.txt';
16
if (file_exists($filename)) {
17
$file = fopen($filename, 'r');
18
while (!feof($file)) {
@@ -174,7 +175,7 @@
174
175
$dir = substr($path, 0, $p);
176
mkdir($dir, 0777, true);
177
header("Content-Type: application/text");
- $content = base64_decode(stripslashes(file_get_contents("php://input")));
178
+ $content = stripslashes(file_get_contents("php://input"));
179
$p = strrpos($path, '.');
180
$root = substr($path, 0, $p);
181
$ext = substr($path, $p);
0 commit comments