🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-14 22:36:33 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
setoptconf
📍 /opt/cloudlinux/venv/lib/python3.11/site-packages/setoptconf
🔄 Refresh
✏️
Editing: util.py
Read Only
import csv from io import StringIO __all__ = ("csv_to_list") def csv_to_list(value): if isinstance(value, str) and value: reader = csv.reader(StringIO(value)) parsed = next(reader) return parsed return []
💾 Save Changes
❌ Cancel