<?php
define("MAXSIZE", 100);
$defined = true;
if (defined('MINSIZE') === false) {
    $defined = false;
}
