BossBey File Manager
PHP:
7.3.31-1~deb10u1
OS:
Linux
User:
www-data
Root
/
home
/
www
/
inorg
/
coord_old
/
script
📤 Upload
рџ“ќ New File
рџ“Ѓ New Folder
Close
Editing: staff_delete.php
<?php include_once("../auth_incl.php"); include_once("../db_connect_incl.php"); include_once("../settings_incl.php"); if ($rez>=50) { $id=$HTTP_GET_VARS['id']; $sql_query="select foto from staff where id=$id;"; $result=mysql_query($sql_query); $foto=mysql_result($result,0,foto); if ($foto!='Фотография отсутсвует') { unlink("../images/staff/".$id."/".$foto); rmdir("../images/staff/".$id); } $sql_query="delete from staff where id=$id"; mysql_query($sql_query); } header("Location:http://$domain/index.php?section=2&show=0$add"); ?>
Save
Cancel