📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
chbluxuries.com
/
chb_data
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
22261.15 KB
0644
🗑️
⬇️
✏️
🔒
Editing: index.js
'use strict'; var $TypeError = require('es-errors/type'); var isArray = require('isarray'); /** @type {import('.')} */ module.exports = function safePushApply(target, source) { if (!isArray(target)) { throw new $TypeError('target must be an array'); } for (var i = 0; i < source.length; i++) { target[target.length] = source[i]; // eslint-disable-line no-param-reassign } };
💾 Save Changes