HEX
Server: Apache/2.4.62 (Unix) OpenSSL/1.1.1k
System: Linux box12.multicloud.host 4.18.0-553.52.1.el8_10.x86_64 #1 SMP Wed May 14 09:36:12 EDT 2025 x86_64
User: kashmira (1008)
PHP: 8.1.32
Disabled: NONE
Upload Files
File: //var/softaculous/feng/installed_version.php
<?php

/**
  * Return installed version
  * 
  * This file contains the installed version of the product. If this version is different
  * from the version defined in 'version.php' it means that you have a code base to which
  * you didn't run the upgrade process or you've ran the upgrade process but it failed.
  *
  * @author Ignacio de Soto <ignacio.desoto@fengoffice.com>
  */

return '[[version]]'; 

?>