* @author Olivier Haquette * @license GNU General Public License http://www.gnu.org/licenses/gpl.html * @link http://rudloff.pro * */ if (DISABLED) { header('Location: disabled.php'); exit; } else if (MAINTENANCE) { header('Location: maintenance.php'); exit; } ?>