diff options
author | eliott <eliott@cactuswax.net> | 2007-08-15 21:01:54 -0700 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-08-15 21:01:54 -0700 |
commit | 10f3445394f3994673b296a0e68a1caefade35e6 (patch) | |
tree | 3135fec4b7c199ffb4cbd52a260763004cb96d69 /web/lib/pkgfuncs.inc | |
parent | 14df0d4b8d95f4c0240c0bd98c6ce9b74706e3ca (diff) | |
download | aurweb-10f3445394f3994673b296a0e68a1caefade35e6.tar.xz |
Convert <? to <?php
Diffstat (limited to 'web/lib/pkgfuncs.inc')
-rw-r--r-- | web/lib/pkgfuncs.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |