Parent Directory
|
Revision Log
|
Patch
| Revision 1.1 by sysadm, Wed Apr 23 06:45:42 2025 UTC | Revision 1.2 by sysadm, Sun Apr 27 04:32:05 2025 UTC | |
|---|---|---|
| # | Line 37 function photo_path(int $uid, mysqli $db | Line 37 function photo_path(int $uid, mysqli $db |
| 37 | { | { |
| 38 | $path = "images/face/upload_photo/face_" . $uid . "." . $row["photo_ext"]; | $path = "images/face/upload_photo/face_" . $uid . "." . $row["photo_ext"]; |
| 39 | } | } |
| 40 | } | } |
| 41 | else | else |
| 42 | { | { |
| 43 | $path = "images/face/check.gif"; | $path = "images/face/check.gif"; |
| 44 | } | } |
| 45 | } | } |
| 46 | ||
| 47 | return $path; | return $path; |
| 48 | } | } |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |