diff options
author | pjmattal <pjmattal> | 2007-09-20 21:46:43 +0000 |
---|---|---|
committer | pjmattal <pjmattal> | 2007-09-20 21:46:43 +0000 |
commit | 452d6b1245f26b1c46e715077e9bcc593f66ed9e (patch) | |
tree | 3135fec4b7c199ffb4cbd52a260763004cb96d69 /web/html | |
parent | 0b92839bee80fc2ba6ea67be1e48d176c0d242bc (diff) | |
download | aurweb-452d6b1245f26b1c46e715077e9bcc593f66ed9e.tar.xz |
patch from eliott to convert all <? 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'); |