mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-24 21:04:36 +02:00
upload path
This commit is contained in:
parent
bc7380eab7
commit
dc70a49f52
2 changed files with 3 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue