diff options
author | Unconfigured <Unconfigured> | 2009-06-30 05:34:43 (GMT) |
---|---|---|
committer | Unconfigured <Unconfigured> | 2009-06-30 05:34:43 (GMT) |
commit | cc49572066ec24f4e609394dd012bf9325348491 (patch) | |
tree | 1890d08eb23eb1351b3c6558f7ca6047c8e8aff6 /abs/core-testing/local-website | |
parent | 3ea388eb421881811585997ae691083dd996733e (diff) | |
parent | a77d9915f36ed35bce7e3ba19acd07d0078359db (diff) | |
download | linhes_pkgbuild-cc49572066ec24f4e609394dd012bf9325348491.zip linhes_pkgbuild-cc49572066ec24f4e609394dd012bf9325348491.tar.gz linhes_pkgbuild-cc49572066ec24f4e609394dd012bf9325348491.tar.bz2 |
diskless-legacy: new - please build\nLinHES-config: removed config_diskless frontend ** needed to remove reference to mythinstall.bin because the repository does not have it. Someone needs to git add it?
Diffstat (limited to 'abs/core-testing/local-website')
-rw-r--r-- | abs/core-testing/local-website/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core-testing/local-website/htdocs/fuppes.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/local-website/PKGBUILD b/abs/core-testing/local-website/PKGBUILD index 6ce813c..a47c062 100644 --- a/abs/core-testing/local-website/PKGBUILD +++ b/abs/core-testing/local-website/PKGBUILD @@ -1,6 +1,6 @@ pkgname=local-website pkgver=2 -pkgrel=7 +pkgrel=8 pkgdesc="Contents of http://localhost" arch=(i686 x86_64) license=('GPL') diff --git a/abs/core-testing/local-website/htdocs/fuppes.php b/abs/core-testing/local-website/htdocs/fuppes.php index f082f31..44129d2 100644 --- a/abs/core-testing/local-website/htdocs/fuppes.php +++ b/abs/core-testing/local-website/htdocs/fuppes.php @@ -1,4 +1,4 @@ <?php $HTTP_HOST = getenv('HTTP_HOST'); -header("Location: http://$HTTP_HOST:81/"); +header("Location: http://$HTTP_HOST:8100/"); ?> |