ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/BBClone/trunk/conf/test.php
(Generate patch)

Comparing trunk/conf/test.php (file contents):
Revision 218 by matthys, Sun Jan 12 20:29:33 2014 UTC vs.
Revision 219 by matthys, Sun Jan 12 20:33:53 2014 UTC

# Line 17 | Line 17
17   *
18   * See doc/copying.txt for details
19   */
20 + $header   = '$Id$';
21   $revision = '$Rev$';
22   $date     = '$Date$';
23  
24   $build  = substr($revision, 6, -2);
25   $versiondate = substr($date, 7, 10);
26  
27 + echo "header = ".$header . PHP_EOL;
28   echo "build = ".$build . PHP_EOL;
29   echo "version date = ".$versiondate . PHP_EOL;
30   ?>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines