Skip to content

Instantly share code, notes, and snippets.

<?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.