Maintenance mode
<?php if (file_exists($maintenanceFile) && $_SERVER['REMOTE_ADDR'] != 'x.x.x.x') { ... } ?>