mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-15 12:47:38 +00:00
add update.php -indexes to recreate tt-rss indexes from schema file
This commit is contained in:
@@ -5469,4 +5469,16 @@
|
||||
return $output;
|
||||
}
|
||||
}
|
||||
|
||||
function read_stdin() {
|
||||
$fp = fopen("php://stdin", "r");
|
||||
|
||||
if ($fp) {
|
||||
$line = trim(fgets($fp));
|
||||
fclose($fp);
|
||||
return $line;
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user