Procházet zdrojové kódy

not sure what I fixed/changed here

pull/16/head
mauirixxx před 7 roky
rodič
revize
95034c5010
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      titlemanager.php

+ 1
- 1
titlemanager.php Zobrazit soubor

@@ -49,7 +49,7 @@ if ($_SESSION['admin'] == 1) {
echo 'Modify titles <form action="titlemanager.php" method="post"><input type="hidden" name="title" value="modtitle"><select name="tid" onchange="this.form.submit()"><option selected disabled>Select title</option>';
include ('includes/title-select.php');
echo '</select><noscript><input type="submit" value="Modify Title"></noscript></form><br /><br />';
echo 'Add title ranks and points to <form action="titlemanager.php" method="post"><input type="hidden" name="title" value="addsubtitle"><select name="tid" onchange="this.form.submit()"><option selected disabled>Add title rank(s)</option>';
echo 'Add or modify title ranks and points <form action="titlemanager.php" method="post"><input type="hidden" name="title" value="addsubtitle"><select name="tid" onchange="this.form.submit()"><option selected disabled>Add title rank(s)</option>';
include ('includes/title-select.php');
echo '</select><noscript><input type="submit" value="Add title rank"></noscript></form><br /><br />';
// now to view the last 5 title entries in the database


Načítá se…
Zrušit
Uložit