]> _ Git - fluidbook_processfarm.git/commitdiff
wip #5701 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 1 Feb 2023 09:44:57 +0000 (10:44 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 1 Feb 2023 09:44:57 +0000 (10:44 +0100)
app/ping.php

index 31ed9e8ab12629d41dcb13e956c800075867e43a..6b4e62a1f123cff81430314d3c5ff2cde06044ca 100644 (file)
@@ -1,2 +1,2 @@
 <?php
-die(file_exists('/files/status') ? '1' : '0');
\ No newline at end of file
+die(file_exists('/files/status') && file_exists('/usfiles/status') ? '1' : '0');
\ No newline at end of file