-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdemophp4.php
More file actions
36 lines (32 loc) · 1.09 KB
/
demophp4.php
File metadata and controls
36 lines (32 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?php
//Author: Kevin Jones
//Email: kevin@weblery.com
//Web Address: http://www.weblery.com/
//Date Last Modified: 06/17/2009
//Copyright: Kevin Jones 2009
//License: ./documentation/License.txt
//
//Note: This file is not necessary for weblery to run
//and can be removed at any time.
//
//Configuration Parameters are set in configuration.php
//Please read over the documents in the documentation folder
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Weblery PHP4 Demonstration Page</title>
</head>
<body>
<?php /*
#################################################################################
The Line Below is the only line you need to include in your PHP enabled website.
Please copy it and paste into a place where you want weblery to show up
in a .php file on your site.
Depending on where you unpacked the weblery package, you may need to modify the
path to the weblery.php file.
#################################################################################
*/ ?>
<?php require_once('webleryphp4.php'); ?>
</body>
</html>