mirror of
https://github.com/fsr/eseeva
synced 2025-04-28 09:28:31 +02:00
Kommentare, Kommentare, Kommentare
This commit is contained in:
parent
4b3d86492b
commit
897d70ca5c
3 changed files with 17 additions and 7 deletions
|
@ -125,7 +125,14 @@
|
|||
//else
|
||||
// echo "<script type='text/javascript'>alert('file written');</script>";
|
||||
fclose($handle);
|
||||
return true;
|
||||
if ($res)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
/**
|
||||
* Get the current state of the specified key which will be one of the defines
|
||||
|
@ -163,4 +170,4 @@
|
|||
}
|
||||
return false;
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue