X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=index.php;h=d8eb41130720eef386128c8e8319fe1cb3d61f74;hb=e5f77e537873002e9ee3a730e99c5f55a5aa0535;hp=afb5de1948b2b80b062c3e0b209ca680f6bf3011;hpb=2fa97de2329f977e9570192538f084476acff687;p=contractor-progress.git diff --git a/index.php b/index.php index afb5de1..d8eb411 100644 --- a/index.php +++ b/index.php @@ -118,7 +118,7 @@ function _index_main() { # make sure they've filled out the tiny user agreement $tiny_agreement = db_get_value('people', 'tiny_agreement', 'where id=%i', $client_id); - if($tiny_agreement < 30) { + if($tiny_agreement < 30 || $tiny_agreement > 999) { return './tiny_agreement'; }