Ver código fonte

had to unset a session variable related to sub title ranks

pull/16/head
mauirixxx 7 anos atrás
pai
commit
970cbb7075
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      titlemanager.php

+ 2
- 0
titlemanager.php Ver arquivo

@@ -9,6 +9,8 @@ if ($con->connect_errno){
if ($_SESSION['title'] == "repeat") {
$_POST['title'] = "addsubtitle";
unset($_SESSION['title']);
} else {
unset($_SESSION['tr']);
}
if ($_SESSION['admin'] == 1) {
echo '<br />';


Carregando…
Cancelar
Salvar