blob: ae4abe0ff9aa600bd03b97fa3674e470e7b15f55 [file] [log] [blame]
<?php require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); $App = new App(); $Nav = new Nav(); $Menu = new Menu(); include($App->getProjectCommon()); # All on the same line to unclutter the user's desktop'
/*******************************************************************************
* Copyright (c) 2013 Eclipse Foundation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Denis Roy (Eclipse Foundation)- initial API and implementation
*******************************************************************************/
#
# Begin: page-specific settings. Change these.
$pageTitle = "Lost?";
$html = <<<EOHTML
<div id="maincontent">
<div id="midcolumn">
<h1>$pageTitle</h1>
<h2>What are you searching for?</h2>
<p>It appears you're looking for our /etc/passwd file - probably because you want to get access to information in order to h4x0r us.</p>
<p>It doesn't contain much... really. A root account, an account for the web server, and the other dozen or so system accounts that are also in your /etc/passwd file. The rest of our account information is stored elsewhere. Darn.</p>
<p>So there you go. You can now try attacking us with an SSH brute-force, but our firewalls don't usually put up with that for very long.</p>
<br /><br />
<p>If you have questions or comments about this message, please e-mail webmaster@@eclipse.org</p>
</div>
</div>
EOHTML;
# Generate the web page
$App->generatePage($theme, $Menu, $Nav, $pageAuthor, $pageKeywords, $pageTitle, $html);
?>