Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
ssa
/
internal
✏️
Editing: __init__.py
import os staging_flag_file = '/opt/cloudlinux/staging_mode' def staging() -> bool: """ Is staging enabled """ return os.path.isfile(staging_flag_file)
💾 Save Changes
❌ Cancel