mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
optimisations
This commit is contained in:
7
front/php/server/cache-bottom.php
Normal file
7
front/php/server/cache-bottom.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
// Cache the contents to a cache file
|
||||
$cached = fopen($cachefile, 'w');
|
||||
fwrite($cached, ob_get_contents());
|
||||
fclose($cached);
|
||||
ob_end_flush(); // Send the output to the browser
|
||||
?>
|
||||
Reference in New Issue
Block a user