AlkantarClanX12

Your IP : 3.149.243.86


Current Path : /var/softaculous/glpi/
Upload File :
Current File : //var/softaculous/glpi/update_glpikey.php

<?php 
@unlink('update_glpikey.php');

$key = random_bytes(32);
echo '<glpikey>'.$key.'</glpikey>';

?>