|
@@ -22,7 +22,7 @@ if ($act == "postchk") {
|
|
|
$id = (int)$id;
|
|
|
$result = $conn->query("SELECT picurl FROM pic WHERE id = " . $id);
|
|
|
if ($row = $result->fetch_assoc()) {
|
|
|
- if (strpos($row['picurl'], '/System/') === 0) {
|
|
|
+ if (strpos($row['picurl'], '/system/') === 0) {
|
|
|
$delfile = $_SERVER['DOCUMENT_ROOT'] . $row['picurl'];
|
|
|
if (file_exists($delfile)) {
|
|
|
unlink($delfile);
|