bouncer_r/php index.php,1.2,1.3

David Farning (dfarning) fedora-extras-commits at redhat.com
Mon Aug 1 19:19:41 UTC 2005


Author: dfarning

Update of /cvs/fedora/bouncer_r/php
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11388/php

Added Files:
	index.php 
Log Message:
public fedora cvs initial commit


Index: index.php
===================================================================
RCS file: index.php
diff -N index.php
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ index.php	1 Aug 2005 19:19:39 -0000	1.3
@@ -0,0 +1,25 @@
+<?
+
+ini_set("include_path", "./inc");
+require_once('cfg/init.php');
+include("site.inc");
+
+$template = new Page;
+
+
+$template->displayHeader('Fedora Finder');
+
+?>
+
+<div id="page-main">
+<p>test paragraph
+
+</p>
+
+</div>
+
+<?
+
+$template->displayFooter('$Date$', 1);
+
+?>




More information about the scm-commits mailing list