PATH:
root
/
mbmadmin1234kategorie
<?php if(!isset($_SESSION["id_konta"])) { header("Location: ../index.php"); } array_push($fields, "kol", "swapCol", "idFrom", "idTo", "glowna", "aktywny"); include_once "submit.php"; ?> <header> <h1>Kategorie <?php /* echo "<pre>"; var_dump($p); echo "</pre>"; */ ?></h1> <a href="index.php?logout=1"><span>wyloguj</span><img src="images/close.jpg" alt="wyloguj"/></a> </header> <div id="content"> <?php echo $p->renderTable($renderTable + $options); ?> </div> <script type="text/javascript"> $("input[type=checkbox]").on("click", function(e) { this.value = this.checked ? 1 : 0; if (this.value == 0) this.disabled = true; e.target.form.submit(); }); $("input[class*=inline-edit]").on("click focus", function(e) { storage = this.value; }).on("blur", function(e) { if (this.value != storage) { e.target.form.submit(); } }); </script>
[+]
..
[-] dodaj.php
[edit]
[-] wyswietl.php
[edit]
[-] index.php
[edit]
[-] mass-insert-sql.txt
[edit]