mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
god
This commit is contained in:
5
save.php
5
save.php
@@ -7,9 +7,10 @@
|
|||||||
$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>
|
<script>
|
||||||
console.log("in save.php");
|
console.log("in save.php");
|
||||||
</script>
|
</script><?php
|
||||||
if($data[0] == $string)
|
if($data[0] == $string)
|
||||||
{
|
{
|
||||||
array_push($data, $string);
|
array_push($data, $string);
|
||||||
|
|||||||
Reference in New Issue
Block a user