"Fossies" - the Fresh Open Source Software Archive

Member "z-push/version.php" (2 Aug 2013, 384 Bytes) of package /linux/www/old/group-e_z-push_v3.3.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) PHP source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file. For more information about "version.php" see the Fossies "Dox" file reference documentation.

    1 <?php
    2 /***********************************************
    3 * File      :   version.php
    4 * Project   :   Z-Push
    5 * Descr     :   version number
    6 *
    7 * Created   :   18.04.2008
    8 *
    9 * © Zarafa Deutschland GmbH, www.zarafaserver.de
   10 * This file is distributed under GPL v2.
   11 * Consult LICENSE file for details
   12 ************************************************/
   13 
   14 $zpush_version = "SVN AS14 checkout";
   15 ?>