mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-29 13:31:00 +00:00
god
This commit is contained in:
3
save.php
3
save.php
@@ -7,6 +7,9 @@
|
|||||||
$data = json_decode($file);
|
$data = json_decode($file);
|
||||||
unset($file);//prevent memory leaks for large json.
|
unset($file);//prevent memory leaks for large json.
|
||||||
//insert data here
|
//insert data here
|
||||||
|
<script>
|
||||||
|
console.log("in save.php");
|
||||||
|
</script>
|
||||||
if($data[0] == $string)
|
if($data[0] == $string)
|
||||||
{
|
{
|
||||||
array_push($data, $string);
|
array_push($data, $string);
|
||||||
|
|||||||
Reference in New Issue
Block a user