summaryrefslogtreecommitdiffstats
path: root/web/lib
diff options
context:
space:
mode:
authorpjmattal <pjmattal>2007-09-20 21:46:43 +0000
committerpjmattal <pjmattal>2007-09-20 21:46:43 +0000
commit452d6b1245f26b1c46e715077e9bcc593f66ed9e (patch)
tree3135fec4b7c199ffb4cbd52a260763004cb96d69 /web/lib
parent0b92839bee80fc2ba6ea67be1e48d176c0d242bc (diff)
downloadaurweb-452d6b1245f26b1c46e715077e9bcc593f66ed9e.tar.xz
patch from eliott to convert all <? to <?php
Diffstat (limited to 'web/lib')
-rw-r--r--web/lib/acctfuncs.inc2
-rw-r--r--web/lib/aur.inc2
-rw-r--r--web/lib/pkgfuncs.inc2
-rw-r--r--web/lib/translator.inc2
4 files changed, 4 insertions, 4 deletions
diff --git a/web/lib/acctfuncs.inc b/web/lib/acctfuncs.inc
index fa6df45..5de16dd 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 063f903..cce5384 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 d1da9bc..b9ad0d4 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 7b33655..bfae276 100644
--- a/web/lib/translator.inc
+++ b/web/lib/translator.inc
@@ -1,4 +1,4 @@
-<?
+<?php
# this include file provides support for i18n
#