View file globalchat/key_status.php

File size: 80B
<?php

if (file_get_contents ('data/key.dat') == null)
echo 2;
else
echo 1;