示例#1
0
<?php

//Change class lib archive
//Created by: Joao Escudero <*****@*****.**>
//Git: http://github.com/joaovescudero/Projeto
require_once "classes/char.class.php";
$char = new char($_SESSION["char"], $mysql);
if ($char->reborn() == 2) {
    $char->selectChar($_SESSION["user"], $_SESSION["char"][0]);
    $char = new char($_SESSION["char"], $mysql);
    $char->status();
    echo 2;
}