diff options
| author | Christopher Guindon | 2015-04-08 20:14:10 +0000 |
|---|---|---|
| committer | Christopher Guindon | 2015-04-08 20:14:10 +0000 |
| commit | 8075ac775ab2673935c2e77c5a54d17c2e059a45 (patch) | |
| tree | 397e77d973c5b0c8e47f22ccf20c6db7a07c4978 | |
| parent | 98bf22ad1262ab2436ea94f92201848e60932762 (diff) | |
| download | downloads-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.php | 2 |
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 |
