X-Git-Url: https://jasonwoof.com/gitweb/?p=contractor-progress.git;a=blobdiff_plain;f=index.php;h=d8eb41130720eef386128c8e8319fe1cb3d61f74;hp=afb5de1948b2b80b062c3e0b209ca680f6bf3011;hb=cdeb6364310baebb17e2a266d2785e3e90ef1a12;hpb=2fa97de2329f977e9570192538f084476acff687 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'; }