<?php
include_once 'data/rutinasHOL.php';
include_once './autoloader.php';

header('Location: ../system.php?'.bin2hex(openssl_random_pseudo_bytes(32)));
exit;
