vtenext/maintenance.php
2021-04-28 20:10:26 +02:00

10 lines
377 B
PHP

<?php
/*************************************
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
* SPDX-License-Identifier: AGPL-3.0-only
************************************/
/* crmv@91979 */
/* This file is used to control the maintenance mode */
/* Put the following variable to true or 1 to enable the maintenance mode */
$vte_maintenance = false;