HEX
Server: Apache
System: Linux sg241.singhost.net 2.6.32-896.16.1.lve1.4.51.el6.x86_64 #1 SMP Wed Jan 17 13:19:23 EST 2018 x86_64
User: honghock (909)
PHP: 8.0.30
Disabled: passthru,system,shell_exec,show_source,exec,popen,proc_open
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]]'; 

?>