Switched to neutral /root as the virtual file system!
This commit is contained in:
@ -412,7 +412,7 @@ if (!$state || !isset($state['localData']) || !json_decode($state['localData'],
|
||||
|
||||
<script>
|
||||
window.THOS = {
|
||||
version: '6 Build-32'
|
||||
version: '6 Build-33'
|
||||
};
|
||||
|
||||
let timeoutSeconds = 180;
|
||||
@ -748,7 +748,7 @@ if (!$state || !isset($state['localData']) || !json_decode($state['localData'],
|
||||
try {
|
||||
const isValid = /^https:\/\/surillya\.com\//.test(packageFileUrl);
|
||||
const fileName = packageFileUrl.split('/').pop().split('?')[0];
|
||||
const outputPath = `/home/surillya/.temp/${fileName}`;
|
||||
const outputPath = `/root/.temp/${fileName}`;
|
||||
|
||||
// I HATE UNDERSCORES!!!!
|
||||
// underscore =/= dash
|
||||
|
Reference in New Issue
Block a user