本日作業分
This commit is contained in:
+2
-2
@@ -2,10 +2,10 @@
|
||||
require "${_SERVER['DOCUMENT_ROOT']}/database.php";
|
||||
|
||||
|
||||
define ('SAVE_DIR', 'image/'); // 保存ディレクトリ定義
|
||||
define ('SAVE_DIR', "${_SERVER['DOCUMENT_ROOT']}/images/"); // 保存ディレクトリ定義
|
||||
|
||||
$thread = $_GET['thread'];
|
||||
file_put_contents ('log.txt', $thread);
|
||||
// file_put_contents ('log.txt', $thread);
|
||||
|
||||
$json = getParamJSON (); // JSON パラメタ
|
||||
|
||||
|
||||
Reference in New Issue
Block a user