Ver código fonte

got rid of unsed code

development
mauirixxx 8 anos atrás
pai
commit
09b996f070
1 arquivos alterados com 0 adições e 1 exclusões
  1. +0
    -1
      gw-toon.php

+ 0
- 1
gw-toon.php Ver arquivo

@@ -3,7 +3,6 @@ include_once 'gw-connect.php';
$con = new mysqli(DATABASE_HOST, DATABASE_USER, DATABASE_PASS, DATABASE_NAME); $con = new mysqli(DATABASE_HOST, DATABASE_USER, DATABASE_PASS, DATABASE_NAME);
$userid = 1; //need to actually pull this info from cookie/session (preferable) $userid = 1; //need to actually pull this info from cookie/session (preferable)
$whattoon = mysqli_real_escape_string($con, $_POST['cnameid']); $whattoon = mysqli_real_escape_string($con, $_POST['cnameid']);
//$nameoftoon = mysqli_real_escape_string($con, $_POST['charactername']);
if ($con->connect_errno > 0){ if ($con->connect_errno > 0){
die ('Unable to connect to database [' . $db->connect_errno . ']'); die ('Unable to connect to database [' . $db->connect_errno . ']');
} }


Carregando…
Cancelar
Salvar