📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-29 23:18:33
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
axios
/
lib
/
helpers
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/axios/lib/helpers
🔄 Refresh
✏️
Editing: parseProtocol.js
Writable
'use strict'; export default function parseProtocol(url) { const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url); return match && match[1] || ''; }
💾 Save Changes
❌ Cancel