mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:27:03 +02:00
added detach support for the gui
This commit is contained in:
@ -484,4 +484,11 @@ function fix_evolution_mime_name_crap($s = '') {
|
||||
}
|
||||
|
||||
|
||||
function safe_feof($fp, &$start = NULL) {
|
||||
$start = microtime(true);
|
||||
return feof($fp);
|
||||
}
|
||||
|
||||
|
||||
|
||||
?>
|
||||
|
Reference in New Issue
Block a user