/dev/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/dev/trunk

« back to all changes in this revision

Viewing changes to modules/help.php

  • Committer: Suren A. Chilingaryan
  • Date: 2008-04-02 10:23:22 UTC
  • Revision ID: csa@dside.dyndns.org-20080402102322-okib92sicg2dx3o3
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
 
 
3
$help_title = _("Help");
 
4
 
 
5
function helpPage() {
 
6
    echo "<h1>Advanced Data Extraction Inftanstracture</h1>";
 
7
    if (file_exists("VERSION")) {
 
8
        $stat = stat("VERSION");
 
9
        $date = date("r", $stat['mtime']);
 
10
        echo "<h2>Version: " . file_get_contents("VERSION") .  "</h2>";
 
11
        echo "<h3>Date: $date</h3>";
 
12
    }
 
13
?>
 
14
<?}?>
 
 
b'\\ No newline at end of file'