[med-svn] r1004 - in trunk/community/website: . tasks

hanska-guest at alioth.debian.org hanska-guest at alioth.debian.org
Mon Dec 24 14:41:10 UTC 2007


Author: hanska-guest
Date: 2007-12-24 14:41:10 +0000 (Mon, 24 Dec 2007)
New Revision: 1004

Added:
   trunk/community/website/tasks/
   trunk/community/website/tasks/index.php
Log:
Adding default "being updated" page


Added: trunk/community/website/tasks/index.php
===================================================================
--- trunk/community/website/tasks/index.php	                        (rev 0)
+++ trunk/community/website/tasks/index.php	2007-12-24 14:41:10 UTC (rev 1004)
@@ -0,0 +1,8 @@
+<?php
+ini_set("include_path", ini_get("include_path").":../");
+require_once("inc/header.inc.php");
+?>
+<h1>The page is being updated, please check back later or reload the page</h1>
+<?php
+require_once("inc/footer.inc.php");
+?>




More information about the debian-med-commit mailing list