mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
deploy: rename deploy path from /var/www/posterg to /var/www/xamxam
This commit is contained in:
@@ -14,7 +14,7 @@ define('APP_ROOT', __DIR__);
|
||||
// absolute path outside the webroot.
|
||||
define('STORAGE_ROOT', php_sapi_name() === 'cli-server'
|
||||
? __DIR__ . '/storage'
|
||||
: '/var/www/posterg/storage'
|
||||
: '/var/www/xamxam/storage'
|
||||
);
|
||||
|
||||
// Error reporting
|
||||
|
||||
Reference in New Issue
Block a user