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/html | |
parent | 14df0d4b8d95f4c0240c0bd98c6ce9b74706e3ca (diff) | |
download | aurweb-10f3445394f3994673b296a0e68a1caefade35e6.tar.xz |
Convert <? to <?php
Diffstat (limited to 'web/html')
-rw-r--r-- | web/html/account.php | 2 | ||||
-rw-r--r-- | web/html/hacker.php | 2 | ||||
-rw-r--r-- | web/html/index.php | 2 | ||||
-rw-r--r-- | web/html/logout.php | 2 | ||||
-rw-r--r-- | web/html/packages.php | 2 | ||||
-rw-r--r-- | web/html/pkgedit.php | 2 | ||||
-rw-r--r-- | web/html/pkgsubmit.php | 2 | ||||
-rw-r--r-- | web/html/rss2.php | 2 | ||||
-rw-r--r-- | web/html/template.php | 2 | ||||
-rw-r--r-- | web/html/testpo.php | 2 | ||||
-rw-r--r-- | web/html/timeout.php | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/web/html/account.php b/web/html/account.php index fba90dd..fd9cc61 100644 --- a/web/html/account.php +++ b/web/html/account.php @@ -1,4 +1,4 @@ -<? +<?php set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang'); diff --git a/web/html/hacker.php b/web/html/hacker.php index 9006413..ef54bb6 100644 --- a/web/html/hacker.php +++ b/web/html/hacker.php @@ -1,4 +1,4 @@ -<? +<?php set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang'); diff --git a/web/html/index.php b/web/html/index.php index 3915483..7d28d75 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -1,4 +1,4 @@ -<? +<?php set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang'); diff --git a/web/html/logout.php b/web/html/logout.php index be4027f..76736b7 100644 --- a/web/html/logout.php +++ b/web/html/logout.php @@ -1,4 +1,4 @@ -<? +<?php set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang'); diff --git a/web/html/packages.php b/web/html/packages.php index 683d23e..4cb8c47 100644 --- a/web/html/packages.php +++ b/web/html/packages.php @@ -1,4 +1,4 @@ -<? +<?php set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang'); diff --git a/web/html/pkgedit.php b/web/html/pkgedit.php index 36befbb..e617b75 100644 --- a/web/html/pkgedit.php +++ b/web/html/pkgedit.php @@ -1,4 +1,4 @@ -<? +<?php set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang'); diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php index 59b4183..89ecfa4 100644 --- a/web/html/pkgsubmit.php +++ b/web/html/pkgsubmit.php @@ -1,4 +1,4 @@ -<? +<?php set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang'); diff --git a/web/html/rss2.php b/web/html/rss2.php index bba030a..cb09423 100644 --- a/web/html/rss2.php +++ b/web/html/rss2.php @@ -1,4 +1,4 @@ -<? +<?php set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang'); diff --git a/web/html/template.php b/web/html/template.php index 1f81681..175ba0b 100644 --- a/web/html/template.php +++ b/web/html/template.php @@ -1,4 +1,4 @@ -<? +<?php set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang'); diff --git a/web/html/testpo.php b/web/html/testpo.php index b440d15..75da92a 100644 --- a/web/html/testpo.php +++ b/web/html/testpo.php @@ -1,4 +1,4 @@ -<? +<?php set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang'); diff --git a/web/html/timeout.php b/web/html/timeout.php index 1c14e65..94a8637 100644 --- a/web/html/timeout.php +++ b/web/html/timeout.php @@ -1,4 +1,4 @@ -<? +<?php set_include_path(get_include_path() . PATH_SEPARATOR . '../lib' . PATH_SEPARATOR . '../lang'); |