diff options
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 fba90dd6..fd9cc617 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 90064133..ef54bb63 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 39154833..7d28d75e 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 be4027f7..76736b7e 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 683d23e1..4cb8c478 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 36befbb9..e617b75e 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 59b41837..89ecfa44 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 bba030a9..cb094237 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 1f816812..175ba0b4 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 b440d157..75da92ad 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 1c14e652..94a86373 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'); |