Made 'Earthiverse' a string in index.php

This commit is contained in:
Navarr Barnier 2012-08-17 01:04:36 -04:00
parent 3010de1981
commit 6cc8c7895a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ Add &refresh to re-grab the skin and generate new parts
Add &webgl to render in webgl
-->
<?php include('backend/backend.php');
if(!isset($user)) $user = earthiverse;
if(!isset($user)) $user = 'earthiverse';
if(isset($refresh)) minecraft_skin_delete($user);
minecraft_skin_download($user);?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">