One Hat Cyber Team
Your IP :
172.16.0.254
Server IP :
58.26.163.33
Server :
Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Server Software :
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
PHP Version :
7.3.25
Buat File
|
Buat Folder
Eksekusi
Dir :
C:
/
xampp7
/
phpMyAdmin
/
templates
/
table
/
operations
/
View File Name :
view.twig
<!-- VIEW operations --> <div> <form method="post" action="view_operations.php"> {{ get_hidden_inputs(db, table) }} <input type="hidden" name="reload" value="1"> <fieldset> <legend>{% trans 'Operations' %}</legend> <table> <!-- Change view name --> <tr> <td>{% trans 'Rename view to' %}</td> <td><input type="text" name="new_name" onfocus="this.select()" value="{{ table }}" required> </td> </tr> </table> </fieldset> <fieldset class="tblFooters"> <input type="hidden" name="submitoptions" value="1"> <input class="btn btn-primary" type="submit" value="{% trans 'Go' %}"> </fieldset> </form> </div> <div> <fieldset class="caution"> <legend>{% trans 'Delete data or table' %}</legend> <ul>{{ delete_data_or_table_link | raw }}</ul> </fieldset> </div>