Browse Source

刪除 'im1.php'

allen 4 years ago
parent
commit
7009a36e9b
1 changed files with 0 additions and 7 deletions
  1. 0 7
      im1.php

+ 0 - 7
im1.php

@@ -1,7 +0,0 @@
-<?php
-if($_POST['data'] != "" && $_POST['name'] != ""){
-	date_default_timezone_set("Asia/Taipei");
-	file_put_contents("./1/im/PV.jpg", base64_decode($_POST['data']));	
-}
-
-?>