upload path

This commit is contained in:
Ibnu Maksum 2024-03-01 13:44:46 +07:00
parent bc7380eab7
commit dc70a49f52
No known key found for this signature in database
GPG key ID: 7FC82848810579E5
2 changed files with 3 additions and 4 deletions

View file

@ -31,7 +31,6 @@ switch ($action) {
}
$UPLOAD_URL_PATH = str_replace($root_path,'', $UPLOAD_PATH);
if (file_exists($UPLOAD_PATH . DIRECTORY_SEPARATOR . 'logo.png')) {
$logo = $UPLOAD_URL_PATH . DIRECTORY_SEPARATOR . 'logo.png?' . time();
} else {