[imp] Which version of Horde?
    Otto Stolz 
    Otto.Stolz at uni-konstanz.de
       
    Thu Jul  6 06:50:12 PDT 2006
    
    
  
Kimberly,
you have asked:
> how do I find out what version of Horde I am using?
This depends on the environment you want to use this knowledge in:
- If you have access to a working Horde installation via HTTP,
   you can access the URL <https://your.server/test.php>
   (as has already been said). Note however, that the test.php
   may well be disabled, as recommended in horde/docs/SECURITY.
- If you have shell access to the horde server, you can look
   at the version sources, as also has been said. E. g., on a
   Unix system, you could use the shell command:
     find /.../horde -name version.php -exec grep _VERSION {} \;
   (where "..." is replaced with the path to your Horde
   installation).
- If you want to display the version in one of your WWW pages,
   e. g. in motd.php, you could use the following code:
     <?PHP include_once(HORDE_BASE . '/lib/version.php');?>
     You are currently using
     the Horde <?PHP echo HORDE_VERSION;?> program.
Good luck,
   Otto Stolz
    
    
More information about the imp
mailing list