This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
//snip.php | |
if ( $VCP > $minVCP ) { | |
//we have at least the minimum, .. do a few more checks... | |
if ( $everythingElseIsOk ) { | |
echo 'Everything is ok'; | |
} | |
} else { //end if we are at least at the minimum | |
$minimum = false; | |
if ( !$rsyncUpdated ) { //It could be because Irina has not updated the rsync yet. |