diff options
author | eliott <eliott@cactuswax.net> | 2007-08-16 06:01:54 +0200 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-08-16 06:01:54 +0200 |
commit | 10f3445394f3994673b296a0e68a1caefade35e6 (patch) | |
tree | 3135fec4b7c199ffb4cbd52a260763004cb96d69 /web/lib | |
parent | 14df0d4b8d95f4c0240c0bd98c6ce9b74706e3ca (diff) | |
download | aur-10f3445394f3994673b296a0e68a1caefade35e6.tar.gz aur-10f3445394f3994673b296a0e68a1caefade35e6.tar.xz |
Convert <? to <?php
Diffstat (limited to 'web/lib')
-rw-r--r-- | web/lib/acctfuncs.inc | 2 | ||||
-rw-r--r-- | web/lib/aur.inc | 2 | ||||
-rw-r--r-- | web/lib/pkgfuncs.inc | 2 | ||||
-rw-r--r-- | web/lib/translator.inc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/web/lib/acctfuncs.inc b/web/lib/acctfuncs.inc index fa6df458..5de16dd5 100644 --- a/web/lib/acctfuncs.inc +++ b/web/lib/acctfuncs.inc @@ -1,4 +1,4 @@ -<? +<?php include_once("acctfuncs_po.inc"); # Display the standard Account form, pass in default values if any diff --git a/web/lib/aur.inc b/web/lib/aur.inc index 063f9037..cce53848 100644 --- a/web/lib/aur.inc +++ b/web/lib/aur.inc @@ -1,4 +1,4 @@ -<? +<?php header('Content-Type: text/html; charset=utf-8'); header('Cache-Control: no-cache, must-revalidate'); header('Expires: Tue, 11 Oct 1988 22:00:00 GMT'); // quite a special day diff --git a/web/lib/pkgfuncs.inc b/web/lib/pkgfuncs.inc index d1da9bc6..b9ad0d4a 100644 --- a/web/lib/pkgfuncs.inc +++ b/web/lib/pkgfuncs.inc @@ -1,4 +1,4 @@ -<? +<?php include_once("pkgfuncs_po.inc"); include_once("config.inc"); diff --git a/web/lib/translator.inc b/web/lib/translator.inc index 7b336553..bfae276c 100644 --- a/web/lib/translator.inc +++ b/web/lib/translator.inc @@ -1,4 +1,4 @@ -<? +<?php # this include file provides support for i18n # |