Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Guindon2015-04-08 20:14:10 +0000
committerChristopher Guindon2015-04-08 20:14:10 +0000
commit8075ac775ab2673935c2e77c5a54d17c2e059a45 (patch)
tree397e77d973c5b0c8e47f22ccf20c6db7a07c4978
parent98bf22ad1262ab2436ea94f92201848e60932762 (diff)
downloaddownloads-8075ac775ab2673935c2e77c5a54d17c2e059a45.tar.gz
downloads-8075ac775ab2673935c2e77c5a54d17c2e059a45.tar.xz
downloads-8075ac775ab2673935c2e77c5a54d17c2e059a45.zip
remove the reference to Oomph
Signed-off-by: Christopher Guindon <chris.guindon@eclipse.org>
-rw-r--r--index-developer-installer.php (renamed from index-developer-oomph.php)0
-rw-r--r--index-developer.php2
2 files changed, 1 insertions, 1 deletions
diff --git a/index-developer-oomph.php b/index-developer-installer.php
index 74554db6..74554db6 100644
--- a/index-developer-oomph.php
+++ b/index-developer-installer.php
diff --git a/index-developer.php b/index-developer.php
index 236e6391..ed513ba1 100644
--- a/index-developer.php
+++ b/index-developer.php
@@ -16,7 +16,7 @@
$App->preventCaching();
$layout = 'default';
if (rand(0,1)) {
- $layout = 'oomph';
+ $layout = 'installer';
}
header("Location: index-developer-" . $layout . ".php", TRUE, 307); \ No newline at end of file

Back to the top