PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Bogdan Lupandin   Installation Automation   index.php   Download  
File: index.php
Role: Auxiliary script
Content type: text/plain
Description: Index/Greeter file
Class: Installation Automation
Automate multi-step application installations
Author: By
Last change:
Date: 15 years ago
Size: 485 bytes
 

Contents

Class file image Download
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
        <title>Installation Class Example 1</title>
    </head>
    <body>
        <p>
            Please read the <a href="documentation.html">documentation</a> that came with the installation of this class and all associated files with it. Good luck.
        </p>
    </body>
</html>